OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getScalarType
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
LowLevelTypeImpl.h
121
LLT
getScalarType
() const {
135
assert(!
getScalarType
().isPointer() &&
144
return LLT::scalarOrVector(NewNumElts,
getScalarType
());
MachineValueType.h
498
MVT
getScalarType
() const {
1015
return
getScalarType
().getSizeInBits().getFixedSize();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ValueTypes.h
288
EVT
getScalarType
() const {
346
return
getScalarType
().getSizeInBits().getFixedSize();
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
190
bool isFPOrFPVectorTy() const { return
getScalarType
()->isFloatingPointTy(); }
208
bool isIntOrIntVectorTy() const { return
getScalarType
()->isIntegerTy(); }
213
return
getScalarType
()->isIntegerTy(BitWidth);
232
bool isPtrOrPtrVectorTy() const { return
getScalarType
()->isPointerTy(); }
317
inline Type *
getScalarType
() const {
Completed in 37 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026