Searched defs:FoldOrOfFCmps (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1820 /// FoldOrOfFCmps - Optimize (fcmp)|(fcmp). NOTE: Unlike the rest of
1823 Value *InstCombiner::FoldOrOfFCmps(FCmpInst *LHS, FCmpInst *RHS) { function in class:InstCombiner
2147 if (Value *Res = FoldOrOfFCmps(LHS, RHS))
2179 if (Value *Res = FoldOrOfFCmps(LHS, RHS))

Completed in 102 milliseconds