Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:FoldOrOfFCmps

2022 /// FoldOrOfFCmps - Optimize (fcmp)|(fcmp).  NOTE: Unlike the rest of
2025 Value *InstCombiner::FoldOrOfFCmps(FCmpInst *LHS, FCmpInst *RHS) {
2456 if (Value *Res = FoldOrOfFCmps(LHS, RHS))
2488 if (Value *Res = FoldOrOfFCmps(LHS, RHS))