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

/external/llvm/include/llvm/
H A DConstants.h994 bool isGEPWithNoNotionalOverIndexing() const;
/external/llvm/lib/VMCore/
H A DConstantFold.cpp1532 if (!CE1->isGEPWithNoNotionalOverIndexing() ||
1533 !CE2->isGEPWithNoNotionalOverIndexing())
H A DConstants.cpp987 bool ConstantExpr::isGEPWithNoNotionalOverIndexing() const { function in class:ConstantExpr
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2366 if (!CE->isGEPWithNoNotionalOverIndexing())
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2985 return CE->isGEPWithNoNotionalOverIndexing();

Completed in 154 milliseconds