Home | History | Annotate | Download | only in IR

Lines Matching defs:isCast

1064 bool ConstantExpr::isCast() const {
1065 return Instruction::isCast(getOpcode());
1460 assert(Instruction::isCast(opc) && "opcode out of range");