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

References

lib/IR/ConstantFold.cpp
 1447   assert(V1->getType() == V2->getType() &&
 1452   if (V1 == V2) return FCmpInst::FCMP_UEQ;
 1455     if (!isa<ConstantExpr>(V2)) {
 1459                       ConstantExpr::getFCmp(FCmpInst::FCMP_OEQ, V1, V2));
 1463                       ConstantExpr::getFCmp(FCmpInst::FCMP_OLT, V1, V2));
 1467                       ConstantExpr::getFCmp(FCmpInst::FCMP_OGT, V1, V2));
 1476     FCmpInst::Predicate SwappedRelation = evaluateFCmpRelation(V2, V1);