Home | History | Annotate | Download | only in IR

Lines Matching refs:FCmp

1079   return getOpcode() == Instruction::ICmp || getOpcode() == Instruction::FCmp;
1185 case Instruction::FCmp:
1967 assert(pred <= FCmpInst::LAST_FCMP_PREDICATE && "Invalid FCmp Predicate");
1975 const ExprMapKeyType Key(Instruction::FCmp, ArgVec, pred);
2869 case Instruction::FCmp: