Searched refs:isGEPWithNoNotionalOverIndexing (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp466 if (ConstHoistGEP && ConstExpr->isGEPWithNoNotionalOverIndexing())
806 if (ConstExpr->isGEPWithNoNotionalOverIndexing()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp157 if (!CE->isGEPWithNoNotionalOverIndexing())
H A DSimplifyCFG.cpp4730 if (!CE->isGEPWithNoNotionalOverIndexing())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1125 bool isGEPWithNoNotionalOverIndexing() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1829 if (!CE1->isGEPWithNoNotionalOverIndexing() ||
1830 !CE2->isGEPWithNoNotionalOverIndexing())
H A DConstants.cpp1347 bool ConstantExpr::isGEPWithNoNotionalOverIndexing() const { function in class:ConstantExpr

Completed in 190 milliseconds