OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getScalarType
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
Type.cpp
43
///
getScalarType
- If this is a vector type, return the element type,
45
Type *Type::
getScalarType
() {
51
const Type *Type::
getScalarType
() const {
136
return
getScalarType
()->getPrimitiveSizeInBits();
219
return cast<PointerType>(
getScalarType
())->getAddressSpace();
653
if (!V->getType()->
getScalarType
()->isIntegerTy(32))
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
252
///
getScalarType
- If this is a vector type, return the element type,
254
MVT
getScalarType
() const {
729
///
getScalarType
- If this is a vector type, return the element type,
731
EVT
getScalarType
() const {
Completed in 53 milliseconds