Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CI1

1891   ConstantInt *CI1 = dyn_cast<ConstantInt>(C);
1892 if (!CI1) return nullptr;
1898 APInt Xor = CI1->getValue() ^ CI2->getValue();
1902 Value *NewOp = Builder->CreateAnd((V1 == A) ? B : A, CI1);