Home | History | Annotate | Download | only in Analysis

Lines Matching full:dyn_cast

53   Instruction *I = dyn_cast<Instruction>(V);
85 if (BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS))
109 if (BinaryOperator *Op1 = dyn_cast<BinaryOperator>(RHS))
147 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS);
148 BinaryOperator *Op1 = dyn_cast<BinaryOperator>(RHS);
220 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS);
221 BinaryOperator *Op1 = dyn_cast<BinaryOperator>(RHS);
359 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV);
525 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
526 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
594 if (Constant *CLHS = dyn_cast<Constant>(Op0))
595 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
714 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
715 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
788 if (Constant *C0 = dyn_cast<Constant>(Op0)) {
789 if (Constant *C1 = dyn_cast<Constant>(Op1)) {
831 if (BinaryOperator *Div = dyn_cast<BinaryOperator>(X))
909 if (Constant *C0 = dyn_cast<Constant>(Op0)) {
910 if (Constant *C1 = dyn_cast<Constant>(Op1)) {
1012 if (Constant *C0 = dyn_cast<Constant>(Op0)) {
1013 if (Constant *C1 = dyn_cast<Constant>(Op1)) {
1032 if (ConstantInt *CI = dyn_cast<ConstantInt>(Op1))
1137 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
1138 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
1226 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
1227 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
1320 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
1321 if (Constant *CRHS = dyn_cast<Constant>(Op1)) {
1384 SelectInst *SI = dyn_cast<SelectInst>(V);
1387 CmpInst *Cmp = dyn_cast<CmpInst>(SI->getCondition());
1407 if (Constant *CLHS = dyn_cast<Constant>(LHS)) {
1408 if (Constant *CRHS = dyn_cast<Constant>(RHS))
1528 if (ConstantInt *CI = dyn_cast<ConstantInt>(RHS)) {
1603 if (Constant *RHSC = dyn_cast<Constant>(RHS)) {
1609 } else if (PtrToIntInst *RI = dyn_cast<PtrToIntInst>(RHS)) {
1621 if (ZExtInst *RI = dyn_cast<ZExtInst>(RHS)) {
1631 else if (ConstantInt *CI = dyn_cast<ConstantInt>(RHS)) {
1682 if (SExtInst *RI = dyn_cast<SExtInst>(RHS)) {
1691 else if (ConstantInt *CI = dyn_cast<ConstantInt>(RHS)) {
1755 BinaryOperator *LBO = dyn_cast<BinaryOperator>(LHS);
1756 BinaryOperator *RBO = dyn_cast<BinaryOperator>(RHS);
2107 if (Constant *CLHS = dyn_cast<Constant>(LHS)) {
2108 if (Constant *CRHS = dyn_cast<Constant>(RHS))
2134 if (Constant *RHSC = dyn_cast<Constant>(RHS)) {
2136 if (ConstantFP *CFP = dyn_cast<ConstantFP>(RHSC)) {
2200 if (ConstantInt *CB = dyn_cast<ConstantInt>(CondVal))
2241 if (ConstantInt *C = dyn_cast<ConstantInt>(Ops[1]))
2329 if (Constant *CLHS = dyn_cast<Constant>(LHS))
2330 if (Constant *CRHS = dyn_cast<Constant>(RHS)) {