reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  626   Value *foldLogicOfFCmps(FCmpInst *LHS, FCmpInst *RHS, bool IsAnd);

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 1595     if (Value *R = foldLogicOfFCmps(FCmp0, FCmp1, LogicOpc == Instruction::And))
 1944       if (Value *Res = foldLogicOfFCmps(LHS, RHS, true))
 2669       if (Value *Res = foldLogicOfFCmps(LHS, RHS, false))