Searched refs:BOp1 (Results 1 – 1 of 1) sorted by relevance
1884 Value *BOp0 = BO->getOperand(0), *BOp1 = BO->getOperand(1); in visitICmpInstWithInstAndIntCst() local1886 if (Value *NegVal = dyn_castNegVal(BOp1)) in visitICmpInstWithInstAndIntCst()1889 return new ICmpInst(ICI.getPredicate(), NegVal, BOp1); in visitICmpInstWithInstAndIntCst()1891 Value *Neg = Builder->CreateNeg(BOp1); in visitICmpInstWithInstAndIntCst()