Searched refs:checkExprResults (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 806 ExprResult checkExprResults(Expression *, Instruction *, Value *) const; 1131 if (auto Simplified = checkExprResults(E, I, V)) { in createBinaryExpression() 1141 NewGVN::ExprResult NewGVN::checkExprResults(Expression *E, Instruction *I, in checkExprResults() function in NewGVN 1218 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() 1227 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() 1233 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() 1238 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() 1244 if (auto Simplified = checkExprResults(E, I, V)) in createExpression() 1259 if (auto Simplified = checkExprResults(E, I, V)) in createExpression()
|