Home | History | Annotate | Download | only in IPO

Lines Matching refs:isSimpleEnoughValueToCommit

2063 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,
2347 if (!isSimpleEnoughValueToCommit(Val, SimpleConstants))