Searched refs:isSimpleEnoughValueToCommit (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp33 isSimpleEnoughValueToCommit(Constant *C,
61 if (!isSimpleEnoughValueToCommit(cast<Constant>(Op), SimpleConstants, DL))
73 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants, DL);
82 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants, DL);
89 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants, DL);
95 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants, DL);
101 isSimpleEnoughValueToCommit(Constant *C, function
221 if (!isSimpleEnoughValueToCommit(Val, SimpleConstants, DL)) {
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DGlobalOpt.cpp2063 isSimpleEnoughValueToCommit(Constant *C,
2067 /// isSimpleEnoughValueToCommit - Return true if the specified constant can be
2088 if (!isSimpleEnoughValueToCommit(Op, SimpleConstants))
2103 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants);
2110 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants);
2116 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants);
2122 isSimpleEnoughValueToCommit(Constant *C, function
2347 if (!isSimpleEnoughValueToCommit(Val, SimpleConstants))

Completed in 223 milliseconds