Searched refs:IIOp1 (Results 1 – 1 of 1) sorted by relevance
3303 const auto *IIOp1 = dyn_cast<IntrinsicInst>(Op1); in foldICmpIntrinsicWithIntrinsic() local3304 if (!IIOp0 || !IIOp1 || IIOp0->getIntrinsicID() != IIOp1->getIntrinsicID()) in foldICmpIntrinsicWithIntrinsic()3312 return new ICmpInst(Pred, IIOp0->getOperand(0), IIOp1->getOperand(0)); in foldICmpIntrinsicWithIntrinsic()3319 if (IIOp1->getOperand(0) != IIOp1->getOperand(1)) in foldICmpIntrinsicWithIntrinsic()3321 if (IIOp0->getOperand(2) != IIOp1->getOperand(2)) in foldICmpIntrinsicWithIntrinsic()3323 return new ICmpInst(Pred, IIOp0->getOperand(0), IIOp1->getOperand(0)); in foldICmpIntrinsicWithIntrinsic()