reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3222 Type *Op0Ty = IC.getOperand(0)->getType(); 3223 Type *Op1Ty = IC.getOperand(1)->getType(); 3225 "Both operands to ICmp instruction are not of the same type!", &IC); 3228 "Invalid operand types for ICmp instruction", &IC); 3230 Assert(IC.isIntPredicate(), 3231 "Invalid predicate in ICmp instruction!", &IC); 3233 visitInstruction(IC);