Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getOpcode

133          !(I->getOpcode() == Instruction::BitCast ||
134 I->getOpcode() == Instruction::PtrToInt ||
135 I->getOpcode() == Instruction::IntToPtr) &&
225 if (!SelectOperator(Op, Op->getOpcode()))
320 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL)
844 if (SelectOperator(I, I->getOpcode())) {