Home | History | Annotate | Download | only in IR

Lines Matching refs:isCast

1031 bool ConstantExpr::isCast() const {
1032 return Instruction::isCast(getOpcode());
1440 assert(Instruction::isCast(opc) && "opcode out of range");