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

  /external/llvm/include/llvm/Support/
GetElementPtrTypeIterator.h 59 return CT->getTypeAtIndex(getOperand());
70 CurTy = CT->getTypeAtIndex(getOperand());
  /external/llvm/include/llvm/
DerivedTypes.h 150 /// getTypeAtIndex - Given an index value into the type, return the type of
153 Type *getTypeAtIndex(const Value *V);
154 Type *getTypeAtIndex(unsigned Idx);
  /frameworks/compile/slang/
slang_rs_export_func.cpp 152 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index);
  /external/llvm/lib/VMCore/
Type.cpp 646 Type *CompositeType::getTypeAtIndex(const Value *V) {
655 Type *CompositeType::getTypeAtIndex(unsigned Idx) {
Verifier.cpp 437 STy->getTypeAtIndex(0u)->isIntegerTy(32) &&
438 STy->getTypeAtIndex(1) == FuncPtrTy,
    [all...]
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 472 ElTy = STy->getTypeAtIndex(ElIdx);
489 STy->getTypeAtIndex(cast<ConstantInt>(FieldNo)->getZExtValue());
501 ElTy = STy->getTypeAtIndex(0u);
    [all...]
ConstantFolding.cpp 722 Ty = STy->getTypeAtIndex(ElIdx);
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 699 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II);
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 361 milliseconds