HomeSort by relevance Sort by last modified time
    Searched refs:getContainedType (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 74 if ((T->getContainedType(0)->isFloatTy()) &&
75 (T->getContainedType(1)->isFloatTy()))
77 if ((T->getContainedType(0)->isDoubleTy()) &&
78 (T->getContainedType(1)->isDoubleTy()))
Mips16ISelLowering.cpp 392 if ((RetTy->getContainedType(0)->isFloatTy()) &&
393 (RetTy->getContainedType(1)->isFloatTy())) {
396 else if ((RetTy->getContainedType(0)->isDoubleTy()) &&
397 (RetTy->getContainedType(1)->isDoubleTy())) {
  /external/llvm/include/llvm/IR/
Type.h 325 /// getContainedType - This method is used to implement the type iterator
329 Type *getContainedType(unsigned i) const {
  /external/llvm/lib/Linker/
LinkModules.cpp 196 if (!areTypesIsomorphic(DstTy->getContainedType(i),
197 SrcTy->getContainedType(i)))
275 ElementTypes[i] = getImpl(Ty->getContainedType(i));
276 AnyChange |= ElementTypes[i] != Ty->getContainedType(i);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 427 I.getCalledValue()->getType()->getContainedType(0));
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 96 ExtName += getTypeID(FT->getContainedType(i));
Execution.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 306 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 1010 milliseconds