Home | History | Annotate | Download | only in IR

Lines Matching full:fcmp

1115   return getOpcode() == Instruction::ICmp || getOpcode() == Instruction::FCmp;
1226 case Instruction::FCmp:
2037 assert(pred <= FCmpInst::LAST_FCMP_PREDICATE && "Invalid FCmp Predicate");
2048 const ConstantExprKeyType Key(Instruction::FCmp, ArgVec, pred);
3021 case Instruction::FCmp: