Home | History | Annotate | Download | only in VMCore

Lines Matching defs:isCast

741 bool ConstantExpr::isCast() const {
742 return Instruction::isCast(getOpcode());
1232 assert(Instruction::isCast(opc) && "opcode out of range");
2112 } else if (isCast()) {