|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Instructions.h 2337 static Type *getIndexedType(Type *Agg, ArrayRef<unsigned> Idxs);
References
include/llvm/IR/Instructions.h 2382 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
2391 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
lib/Analysis/ValueTracking.cpp 3354 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(),
3378 assert(ExtractValueInst::getIndexedType(V->getType(), idx_range) &&
lib/AsmParser/LLParser.cpp 3350 if (!ExtractValueInst::getIndexedType(Val->getType(), Indices))
3370 ExtractValueInst::getIndexedType(Val0->getType(), Indices);
7255 if (!ExtractValueInst::getIndexedType(Val->getType(), Indices))
7276 Type *IndexedType = ExtractValueInst::getIndexedType(Val0->getType(), Indices);
lib/ExecutionEngine/Interpreter/Execution.cpp 1947 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices());
1993 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices());
lib/IR/Constants.cpp 2189 assert(ExtractValueInst::getIndexedType(Agg->getType(),
2212 Type *ReqTy = ExtractValueInst::getIndexedType(Agg->getType(), Idxs);
lib/IR/Instructions.cpp 2117 assert(ExtractValueInst::getIndexedType(Agg->getType(), Idxs) ==
lib/IR/Verifier.cpp 3563 Assert(ExtractValueInst::getIndexedType(EVI.getAggregateOperand()->getType(),
3571 Assert(ExtractValueInst::getIndexedType(IVI.getAggregateOperand()->getType(),