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

References

lib/Target/X86/X86FastISel.cpp
 1641       switch (Predicate) {
 1654       if (Predicate == CmpInst::FCMP_ORD || Predicate == CmpInst::FCMP_UNO) {
 1654       if (Predicate == CmpInst::FCMP_ORD || Predicate == CmpInst::FCMP_UNO) {
 1663         Predicate = CmpInst::getInversePredicate(Predicate);
 1663         Predicate = CmpInst::getInversePredicate(Predicate);
 1672       switch (Predicate) {
 1679         Predicate = CmpInst::FCMP_ONE;
 1684       std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate);