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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 5972   assert(OpType == Op1->getType() && "fcmp with different-typed operands?");
 5982       I.setOperand(1, Constant::getNullValue(OpType));
 5991       I.setOperand(1, Constant::getNullValue(OpType));
 6000       I.setOperand(0, ConstantFP::getNullValue(OpType));
 6004       I.setOperand(1, ConstantFP::getNullValue(OpType));
 6032     I.setOperand(1, ConstantFP::getNullValue(OpType));