Home | History | Annotate | Download | only in Utils

Lines Matching refs:getOpcode

204   switch (Operator::getOpcode(I)) {
324 if (CE->getOpcode() == Instruction::IntToPtr)
402 if (I->getOpcode() != (isEQ ? Instruction::Or : Instruction::And))
2722 if (Cond->getOpcode() == Instruction::Or) {
2725 } else if (Cond->getOpcode() == Instruction::And) {
3315 getOpcode(), A, B);
3343 return ConstantExpr::getCast(Cast->getOpcode(), A, Cast->getDestTy());