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

  /external/llvm/include/llvm/Support/
GetElementPtrTypeIterator.h 59 return CT->getTypeAtIndex(getOperand());
70 CurTy = CT->getTypeAtIndex(getOperand());
  /external/llvm/include/llvm/IR/
DerivedTypes.h 149 /// getTypeAtIndex - Given an index value into the type, return the type of
152 Type *getTypeAtIndex(const Value *V);
153 Type *getTypeAtIndex(unsigned Idx);
  /frameworks/compile/slang/
slang_rs_export_func.cpp 152 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index);
  /external/llvm/lib/IR/
Type.cpp 631 Type *CompositeType::getTypeAtIndex(const Value *V) {
641 Type *CompositeType::getTypeAtIndex(unsigned Idx) {
Verifier.cpp 443 STy->getTypeAtIndex(0u)->isIntegerTy(32) &&
444 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 775 Ty = STy->getTypeAtIndex(ElIdx);
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 697 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...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]

Completed in 897 milliseconds