Searched refs:getFCmpValue (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 82 static Value *getFCmpValue(bool isordered, unsigned code, in getFCmpValue() function 1195 return getFCmpValue(true, Op1Pred, Op0LHS, Op0RHS, Builder); in FoldAndOfFCmps() 2164 return getFCmpValue(Op0Ordered, Op0Pred|Op1Pred, Op0LHS, Op0RHS, Builder); in FoldOrOfFCmps()
|