Home
last modified time | relevance | path

Searched refs:isGEPWithNoNotionalOverIndexing (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DConstants.h1027 bool isGEPWithNoNotionalOverIndexing() const;
/external/llvm/lib/IR/
DConstantFold.cpp1608 if (!CE1->isGEPWithNoNotionalOverIndexing() || in evaluateICmpRelation()
1609 !CE2->isGEPWithNoNotionalOverIndexing()) in evaluateICmpRelation()
DConstants.cpp1153 bool ConstantExpr::isGEPWithNoNotionalOverIndexing() const { in isGEPWithNoNotionalOverIndexing() function in ConstantExpr
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2083 if (!CE->isGEPWithNoNotionalOverIndexing()) in isSimpleEnoughPointerToCommit()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3373 return CE->isGEPWithNoNotionalOverIndexing(); in ValidLookupTableConstant()