reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1447 assert(V1->getType() == V2->getType() && 1452 if (V1 == V2) return FCmpInst::FCMP_UEQ; 1454 if (!isa<ConstantExpr>(V1)) { 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); 1482 ConstantExpr *CE1 = cast<ConstantExpr>(V1);