Home | History | Annotate | Download | only in InstCombine

Lines Matching full:dyn_cast

31     if (SelectInst *SI = dyn_cast<SelectInst>(Op1))
35 if (ConstantInt *CUI = dyn_cast<ConstantInt>(Op1))
73 Instruction *I = dyn_cast<Instruction>(V);
116 CI = dyn_cast<ConstantInt>(I->getOperand(1));
140 CI = dyn_cast<ConstantInt>(I->getOperand(1));
185 if (Constant *C = dyn_cast<Constant>(V)) {
191 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
232 if (Instruction *VI = dyn_cast<Instruction>(V)) {
268 if (Instruction *VI = dyn_cast<Instruction>(V)) {
335 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(Op0))
337 if (Constant *BOOp = dyn_cast<Constant>(BO->getOperand(1)))
342 if (SelectInst *SI = dyn_cast<SelectInst>(Op0))
350 if (TruncInst *TI = dyn_cast<TruncInst>(Op0)) {
351 Instruction *TrOp = dyn_cast<Instruction>(TI->getOperand(0));
394 if (BinaryOperator *Op0BO = dyn_cast<BinaryOperator>(Op0)) {
475 if (ConstantInt *Op0C = dyn_cast<ConstantInt>(Op0BO->getOperand(1))) {
517 BinaryOperator *ShiftOp = dyn_cast<BinaryOperator>(Op0);
629 if (ConstantInt *Op1C = dyn_cast<ConstantInt>(I.getOperand(1))) {
668 if (ConstantInt *Op1C = dyn_cast<ConstantInt>(Op1)) {
671 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(Op0)) {
708 if (ConstantInt *Op1C = dyn_cast<ConstantInt>(Op1)) {
725 if (ZExtInst *ZI = dyn_cast<ZExtInst>(X)) {