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

  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 74 return CT->getTypeAtIndex(getOperand());
88 CurTy.setPointer(CT->getTypeAtIndex(getOperand()));
DerivedTypes.h 153 /// getTypeAtIndex - Given an index value into the type, return the type of
156 Type *getTypeAtIndex(const Value *V) const;
157 Type *getTypeAtIndex(unsigned Idx) const;
  /external/llvm/lib/CodeGen/
Analysis.cpp 392 /// represented is SubTypes.back()->getTypeAtIndex(Path.back() - 1).
399 /// false. SubTypes.back()->getTypeAtIndex(Path.back()) is either an empty
417 Type *DeeperType = SubTypes.back()->getTypeAtIndex(Path.back());
426 DeeperType = CT->getTypeAtIndex(0U);
452 Next = cast<CompositeType>(Next)->getTypeAtIndex(0U);
462 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) {
479 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType());
600 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back());
  /frameworks/compile/slang/
slang_rs_export_func.cpp 149 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index);
  /external/llvm/lib/IR/
Type.cpp 626 Type *CompositeType::getTypeAtIndex(const Value *V) const {
637 Type *CompositeType::getTypeAtIndex(unsigned Idx) const{
Verifier.cpp 506 STy->getTypeAtIndex(0u)->isIntegerTy(32) &&
507 STy->getTypeAtIndex(1) == FuncPtrTy,
510 Type *ETy = STy->getTypeAtIndex(2);
    [all...]
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
Core.cpp 471 return wrap(Ty->getTypeAtIndex(i));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 530 LoadInst *NewLoad = combineLoadToNewType(IC, LI, ST->getTypeAtIndex(0U),
558 auto *L = IC.Builder->CreateLoad(ST->getTypeAtIndex(i), Ptr, LoadName);
    [all...]
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp     [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 465 ElTy = STy->getTypeAtIndex(ElIdx);
476 ElTy = STy->getTypeAtIndex(0u);
    [all...]
ConstantFolding.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 278 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(0U);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 762 milliseconds