Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DConstants.h988 bool isGEPWithNoNotionalOverIndexing() const;
/freebsd-10-stable/contrib/llvm/lib/IR/
DConstantFold.cpp1528 if (!CE1->isGEPWithNoNotionalOverIndexing() || in evaluateICmpRelation()
1529 !CE2->isGEPWithNoNotionalOverIndexing()) in evaluateICmpRelation()
DConstants.cpp1044 bool ConstantExpr::isGEPWithNoNotionalOverIndexing() const { in isGEPWithNoNotionalOverIndexing() function in ConstantExpr
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp694 if (CE && CE->isGEPWithNoNotionalOverIndexing()) { in instrumentMop()
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2181 if (!CE->isGEPWithNoNotionalOverIndexing()) in isSimpleEnoughPointerToCommit()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3310 return CE->isGEPWithNoNotionalOverIndexing(); in ValidLookupTableConstant()