Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp815 bool shouldSwapOperandsForIntrinsic(const Value *, const Value *,
1578 if (shouldSwapOperandsForIntrinsic(FirstOp, SecondOp, I)) { in performSymbolicPredicateInfoEvaluation()
4188 bool NewGVN::shouldSwapOperandsForIntrinsic(const Value *A, const Value *B, in shouldSwapOperandsForIntrinsic() function in NewGVN