Searched refs:GEPL (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | FunctionComparator.h | 343 int cmpGEPs(const GEPOperator *GEPL, const GEPOperator *GEPR) const; 344 int cmpGEPs(const GetElementPtrInst *GEPL, 346 return cmpGEPs(cast<GEPOperator>(GEPL), cast<GEPOperator>(GEPR)); 349 cmpGEPs(const GetElementPtrInst * GEPL,const GetElementPtrInst * GEPR) cmpGEPs() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 431 if (auto *GEPL = dyn_cast<GEPOperator>(LE)) { in cmpConstants() local 433 if (int Res = cmpTypes(GEPL->getSourceElementType(), in cmpConstants() 436 if (int Res = cmpNumbers(GEPL->getNoWrapFlags().getRaw(), in cmpConstants() 440 std::optional<ConstantRange> InRangeL = GEPL->getInRange(); in cmpConstants() 637 if (const GetElementPtrInst *GEPL = dyn_cast<GetElementPtrInst>(L)) { in cmpOperations() local 641 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand())) in cmpOperations() 643 return cmpGEPs(GEPL, GEPR); in cmpOperations() 798 int FunctionComparator::cmpGEPs(const GEPOperator *GEPL, in cmpGEPs() argument 800 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs() 811 if (GEPL->accumulateConstantOffset(DL, OffsetL) && in cmpGEPs() [all …]
|