Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp143 if (!CE->isGEPWithNoNotionalOverIndexing()) in isSimpleEnoughPointerToCommit()
DSimplifyCFG.cpp4154 return CE->isGEPWithNoNotionalOverIndexing(); in ValidLookupTableConstant()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h766 bool isGEPWithNoNotionalOverIndexing() const;
/external/llvm/include/llvm/IR/
DConstants.h1042 bool isGEPWithNoNotionalOverIndexing() const;
/external/llvm/lib/IR/
DConstantFold.cpp1631 if (!CE1->isGEPWithNoNotionalOverIndexing() || in evaluateICmpRelation()
1632 !CE2->isGEPWithNoNotionalOverIndexing()) in evaluateICmpRelation()
DConstants.cpp1072 bool ConstantExpr::isGEPWithNoNotionalOverIndexing() const { in isGEPWithNoNotionalOverIndexing() function in ConstantExpr
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1792 if (!CE1->isGEPWithNoNotionalOverIndexing() || in evaluateICmpRelation()
1793 !CE2->isGEPWithNoNotionalOverIndexing()) in evaluateICmpRelation()
DConstants.cpp749 bool ConstantExpr::isGEPWithNoNotionalOverIndexing() const { in isGEPWithNoNotionalOverIndexing() function in ConstantExpr
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp2164 if (!CE->isGEPWithNoNotionalOverIndexing()) in isSimpleEnoughPointerToCommit()