Home
last modified time | relevance | path

Searched refs:GEPR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h347 LLVM_ABI int cmpGEPs(const GEPOperator *GEPL, const GEPOperator *GEPR) const;
349 const GetElementPtrInst *GEPR) const { in cmpGEPs() argument
350 return cmpGEPs(cast<GEPOperator>(GEPL), cast<GEPOperator>(GEPR)); in cmpGEPs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp448 auto *GEPR = cast<GEPOperator>(RE); in cmpConstants() local
450 GEPR->getSourceElementType())) in cmpConstants()
453 GEPR->getNoWrapFlags().getRaw())) in cmpConstants()
457 std::optional<ConstantRange> InRangeR = GEPR->getInRange(); in cmpConstants()
653 const GetElementPtrInst *GEPR = cast<GetElementPtrInst>(R); in cmpOperations() local
655 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand())) in cmpOperations()
657 return cmpGEPs(GEPL, GEPR); in cmpOperations()
813 const GEPOperator *GEPR) const { in cmpGEPs()
815 unsigned int ASR = GEPR->getPointerAddressSpace(); in cmpGEPs()
826 GEPR->accumulateConstantOffset(DL, OffsetR)) in cmpGEPs()
[all …]