Searched refs:BOp1 (Results 1 – 2 of 2) sorted by relevance
1392 Value *BOp0 = BO->getOperand(0), *BOp1 = BO->getOperand(1); in visitICmpInstWithInstAndIntCst() local1394 if (Value *NegVal = dyn_castNegVal(BOp1)) in visitICmpInstWithInstAndIntCst()1397 return new ICmpInst(ICI.getPredicate(), NegVal, BOp1); in visitICmpInstWithInstAndIntCst()1399 Value *Neg = Builder->CreateNeg(BOp1); in visitICmpInstWithInstAndIntCst()
2229 Value *BOp0 = BO->getOperand(0), *BOp1 = BO->getOperand(1); in visitICmpInstWithInstAndIntCst() local2231 if (Value *NegVal = dyn_castNegVal(BOp1)) in visitICmpInstWithInstAndIntCst()2234 return new ICmpInst(ICI.getPredicate(), NegVal, BOp1); in visitICmpInstWithInstAndIntCst()2236 Value *Neg = Builder->CreateNeg(BOp1); in visitICmpInstWithInstAndIntCst()