Home | History | Annotate | Download | only in IR

Lines Matching refs:FCmp

1036   return getOpcode() == Instruction::ICmp || getOpcode() == Instruction::FCmp;
1141 case Instruction::FCmp:
1875 assert(pred <= FCmpInst::LAST_FCMP_PREDICATE && "Invalid FCmp Predicate");
1883 const ExprMapKeyType Key(Instruction::FCmp, ArgVec, pred);
2763 case Instruction::FCmp: