Home | History | Annotate | Download | only in IR

Lines Matching refs:getOpcode

87   Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode());
221 switch (CE->getOpcode()) {
532 } else if (CE->getOpcode() == Instruction::GetElementPtr &&
614 if (CE->getOpcode() == Instruction::GetElementPtr &&
742 if (TrueVal->getOpcode() == Instruction::Select)
747 if (FalseVal->getOpcode() == Instruction::Select)
986 if (CE1->getOpcode() == Instruction::ZExt) {
996 if (CE1->getOpcode() == Instruction::PtrToInt &&
1026 switch (CE1->getOpcode()) {
1042 if (CE1->getOpcode() == Instruction::ZExt) // Top bits known zero.
1173 if (Instruction::isAssociative(Opcode) && CE1->getOpcode() == Opcode) {
1175 if (!isa<ConstantExpr>(T) || cast<ConstantExpr>(T)->getOpcode() != Opcode)
1321 switch (CE1->getOpcode()) {
1447 switch (CE1->getOpcode()) {
1464 if (CE1->getOpcode() == Instruction::ZExt) isSigned = false;
1465 if (CE1->getOpcode() == Instruction::SExt) isSigned = true;
1531 switch (CE2->getOpcode()) {
1874 if (CE2->getOpcode() == Instruction::BitCast &&
1883 if ((CE1->getOpcode() == Instruction::SExt && ICmpInst::isSigned(pred)) ||
1884 (CE1->getOpcode() == Instruction::ZExt && !ICmpInst::isSigned(pred))){
1890 if (ConstantExpr::getCast(CE1->getOpcode(), C2Inverse,
1997 if (CE->getOpcode() == Instruction::GetElementPtr) {