Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DNewGVN.cpp779 ExprResult checkExprResults(Expression *, Instruction *, Value *) const;
1093 if (auto Simplified = checkExprResults(E, I, V)) { in createBinaryExpression()
1103 NewGVN::ExprResult NewGVN::checkExprResults(Expression *E, Instruction *I, in checkExprResults() function in NewGVN
1180 if (auto Simplified = checkExprResults(E, I, V)) in createExpression()
1189 if (auto Simplified = checkExprResults(E, I, V)) in createExpression()
1195 if (auto Simplified = checkExprResults(E, I, V)) in createExpression()
1200 if (auto Simplified = checkExprResults(E, I, V)) in createExpression()
1206 if (auto Simplified = checkExprResults(E, I, V)) in createExpression()
1221 if (auto Simplified = checkExprResults(E, I, V)) in createExpression()