Home
last modified time | relevance | path

Searched refs:GEPO (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp470 if (auto *GEPO = dyn_cast<GEPOperator>(C)) in mapValue() local
471 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
/external/llvm/lib/IR/
DConstants.cpp1168 auto *GEPO = cast<GEPOperator>(this); in getWithOperands() local
1171 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands()
1172 GEPO->isInBounds(), OnlyIfReducedTy); in getWithOperands()
DConstantFold.cpp634 GEPOperator *GEPO = cast<GEPOperator>(CE); in ConstantFoldCastInstruction() local
635 Type *Ty = GEPO->getSourceElementType(); in ConstantFoldCastInstruction()