Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getOpcode

74   while (I != E && I->getOpcode() == TargetOpcode::EH_LABEL) {
102 !(I->getOpcode() == Instruction::BitCast ||
103 I->getOpcode() == Instruction::PtrToInt ||
104 I->getOpcode() == Instruction::IntToPtr) &&
201 if (!SelectOperator(Op, Op->getOpcode()))
296 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL)
762 if (SelectOperator(I, I->getOpcode())) {