Lines Matching refs:And2
3080 Value *And2 = Builder->CreateAnd(BO1->getOperand(0), Mask);3081 return new ICmpInst(I.getPredicate(), And1, And2);