Home | History | Annotate | Download | only in IR

Lines Matching refs:ICmp

1150   return getOpcode() == Instruction::ICmp || getOpcode() == Instruction::FCmp;
1258 case Instruction::ICmp:
2050 pred <= ICmpInst::LAST_ICMP_PREDICATE && "Invalid ICmp Predicate");
2061 const ConstantExprKeyType Key(Instruction::ICmp, ArgVec, pred);
3015 case Instruction::ICmp: