reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1294 return getOpcode() != getAltOpcode(); 1300 getAltOpcode() == CheckedOpcode); 3227 Instruction::isBinaryOp(E->getAltOpcode())) || 3229 Instruction::isCast(E->getAltOpcode()))) && 3255 VecCost += TTI->getArithmeticInstrCost(E->getAltOpcode(), VecTy); 3262 VecCost += TTI->getCastInstrCost(E->getAltOpcode(), VecTy, Src1Ty); 4161 Instruction::isBinaryOp(E->getAltOpcode())) || 4163 Instruction::isCast(E->getAltOpcode()))) && 4186 static_cast<Instruction::BinaryOps>(E->getAltOpcode()), LHS, RHS); 4191 static_cast<Instruction::CastOps>(E->getAltOpcode()), LHS, VecTy); 4203 if (OpInst->getOpcode() == E->getAltOpcode()) {