Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getOpcode

68       if (U->getOpcode() == Instruction::PtrToInt)
76 if (U->getOpcode() != Instruction::Add ||
78 Operator::getOpcode(U->getOperand(1)) != Instruction::Mul &&
106 if (Operator::getOpcode(V) == Instruction::IntToPtr) {