OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getContainedType
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp
71
if ((T->
getContainedType
(0)->isFloatTy()) &&
72
(T->
getContainedType
(1)->isFloatTy()))
74
if ((T->
getContainedType
(0)->isDoubleTy()) &&
75
(T->
getContainedType
(1)->isDoubleTy()))
Mips16ISelLowering.cpp
388
if ((RetTy->
getContainedType
(0)->isFloatTy()) &&
389
(RetTy->
getContainedType
(1)->isFloatTy())) {
392
else if ((RetTy->
getContainedType
(0)->isDoubleTy()) &&
393
(RetTy->
getContainedType
(1)->isDoubleTy())) {
/external/llvm/include/llvm/IR/
Type.h
327
///
getContainedType
- This method is used to implement the type iterator
331
Type *
getContainedType
(unsigned i) const {
/external/llvm/lib/Linker/
LinkModules.cpp
194
if (!areTypesIsomorphic(DstTy->
getContainedType
(i),
195
SrcTy->
getContainedType
(i)))
273
ElementTypes[i] = getImpl(Ty->
getContainedType
(i));
274
AnyChange |= ElementTypes[i] != Ty->
getContainedType
(i);
[
all
...]
/external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp
96
ExtName += getTypeID(FT->
getContainedType
(i));
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
391
I.getCalledValue()->getType()->
getContainedType
(0));
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
304
Value *Val = getRandomValue(Tp->
getContainedType
(0));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
[
all
...]
Completed in 2038 milliseconds