Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp149 if (auto *GEPO = dyn_cast<GEPOperator>(C)) in MapValue() local
150 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in MapValue()
/external/llvm/lib/IR/
DConstants.cpp1219 auto *GEPO = cast<GEPOperator>(this); in getWithOperands() local
1222 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands()
1223 GEPO->isInBounds(), OnlyIfReducedTy); in getWithOperands()
DConstantFold.cpp635 GEPOperator *GEPO = cast<GEPOperator>(CE); in ConstantFoldCastInstruction() local
636 Type *Ty = GEPO->getSourceElementType(); in ConstantFoldCastInstruction()