Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp471 if (auto *GEPO = dyn_cast<GEPOperator>(C)) in mapValue() local
472 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp1223 auto *GEPO = cast<GEPOperator>(this); in getWithOperands() local
1226 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands()
1227 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy); in getWithOperands()
DConstantFold.cpp645 GEPOperator *GEPO = cast<GEPOperator>(CE); in ConstantFoldCastInstruction() local
646 Type *Ty = GEPO->getSourceElementType(); in ConstantFoldCastInstruction()
/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()