Home | History | Annotate | Download | only in VMCore

Lines Matching refs:getOpcode

90   Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode());
218 switch (CE->getOpcode()) {
533 } else if (CE->getOpcode() == Instruction::GetElementPtr) {
608 if (CE->getOpcode() == Instruction::GetElementPtr &&
741 if (TrueVal->getOpcode() == Instruction::Select)
746 if (FalseVal->getOpcode() == Instruction::Select)
1106 if (CE1->getOpcode() == Instruction::ZExt) {
1116 if (CE1->getOpcode() == Instruction::PtrToInt &&
1146 switch (CE1->getOpcode()) {
1162 if (CE1->getOpcode() == Instruction::ZExt) // Top bits known zero.
1420 if (Instruction::isAssociative(Opcode) && CE1->getOpcode() == Opcode) {
1422 if (!isa<ConstantExpr>(T) || cast<ConstantExpr>(T)->getOpcode() != Opcode)
1572 switch (CE1->getOpcode()) {
1692 switch (CE1->getOpcode()) {
1709 if (CE1->getOpcode() == Instruction::ZExt) isSigned = false;
1710 if (CE1->getOpcode() == Instruction::SExt) isSigned = true;
1775 switch (CE2->getOpcode()) {
2114 if (CE2->getOpcode() == Instruction::BitCast &&
2123 if ((CE1->getOpcode() == Instruction::SExt && ICmpInst::isSigned(pred)) ||
2124 (CE1->getOpcode() == Instruction::ZExt && !ICmpInst::isSigned(pred))){
2206 if (CE->getOpcode() == Instruction::GetElementPtr) {