HomeSort by: relevance | last modified time | path
    Searched refs:getTypeAtIndex (Results 1 - 23 of 23) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerGlobalDtors.cpp 74 !ETy->getTypeAtIndex(0U)->isIntegerTy() ||
75 !ETy->getTypeAtIndex(1U)->isPointerTy() ||
76 !ETy->getTypeAtIndex(2U)->isPointerTy())
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 75 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
DerivedTypes.h 335 Type *getTypeAtIndex(const Value *V) const;
336 Type *getTypeAtIndex(unsigned N) const { return getElementType(N); }
Instructions.h 1046 static Type *getTypeAtIndex(Type *Ty, Value *Idx);
1047 static Type *getTypeAtIndex(Type *Ty, uint64_t Idx);
  /src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
Operations.cpp 228 if (STy->getTypeAtIndex(I) == V->getType())
239 makeConstantsWithType(STy->getTypeAtIndex(I), Result);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 973 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD));
CGExprConstant.cpp 330 llvm::GetElementPtrInst::getTypeAtIndex(CA->getType(), (uint64_t)0);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp 563 Type *StructType::getTypeAtIndex(const Value *V) const {
Instructions.cpp 1709 Type *GetElementPtrInst::getTypeAtIndex(Type *Ty, Value *Idx) {
1713 return Struct->getTypeAtIndex(Idx);
1724 Type *GetElementPtrInst::getTypeAtIndex(Type *Ty, uint64_t Idx) {
1742 Ty = GetElementPtrInst::getTypeAtIndex(Ty, V);
Verifier.cpp 692 STy->getTypeAtIndex(0u)->isIntegerTy(32) &&
693 STy->getTypeAtIndex(1) == FuncPtrTy,
698 Type *ETy = STy->getTypeAtIndex(2);
ConstantFold.cpp 128 ElTy = GetElementPtrInst::getTypeAtIndex(ElTy, (uint64_t)0);
Constants.cpp 1251 assert(V[I]->getType() == ST->getTypeAtIndex(I) &&
Core.cpp 746 return wrap(Ty->getTypeAtIndex(i));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 305 ElTy = GetElementPtrInst::getTypeAtIndex(ElTy, II);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 247 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(0U);
2861 Type *RetTy = Ty->getTypeAtIndex(0U);
2862 assert(Ty->getTypeAtIndex(1)->isIntegerTy() &&
2863 Ty->getTypeAtIndex(1)->getScalarSizeInBits() == 1 &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 3332 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(0U);
3616 Type *RetTy = Ty->getTypeAtIndex(0U);
4955 Type *RetTy = RetPairTy->getTypeAtIndex(0U);
4956 assert(RetPairTy->getTypeAtIndex(1U)->isIntegerTy(1) &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 207 return GetElementPtrInst::getTypeAtIndex(Ty, Idx);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 638 LoadInst *NewLoad = IC.combineLoadToNewType(LI, ST->getTypeAtIndex(0U),
InstCombineCasts.cpp 2596 SrcElTy = GetElementPtrInst::getTypeAtIndex(SrcElTy, (uint64_t)0);
InstructionCombining.cpp 1990 GetElementPtrInst::getTypeAtIndex(CurTy, Op1->getOperand(J));
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 968 Type *NextTy = GetElementPtrInst::getTypeAtIndex(Ty, (uint64_t)0);
1008 Ty = STy->getTypeAtIndex(ElIdx);
ScalarEvolution.cpp 3466 CurTy = STy->getTypeAtIndex(Index);
3475 CurTy = GetElementPtrInst::getTypeAtIndex(CurTy, (uint64_t)0);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 524 ElTy = STy->getTypeAtIndex(ElIdx);
535 ElTy = STy->getTypeAtIndex(0u);

Completed in 91 milliseconds