Home
last modified time | relevance | path

Searched refs:IIOp0 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3343 const auto *IIOp0 = dyn_cast<IntrinsicInst>(Op0); in foldICmpIntrinsicWithIntrinsic() local
3345 if (!IIOp0 || !IIOp1 || IIOp0->getIntrinsicID() != IIOp1->getIntrinsicID()) in foldICmpIntrinsicWithIntrinsic()
3348 switch (IIOp0->getIntrinsicID()) { in foldICmpIntrinsicWithIntrinsic()
3353 return new ICmpInst(Pred, IIOp0->getOperand(0), IIOp1->getOperand(0)); in foldICmpIntrinsicWithIntrinsic()
3358 if (IIOp0->getOperand(0) != IIOp0->getOperand(1)) in foldICmpIntrinsicWithIntrinsic()
3362 if (IIOp0->getOperand(2) != IIOp1->getOperand(2)) in foldICmpIntrinsicWithIntrinsic()
3364 return new ICmpInst(Pred, IIOp0->getOperand(0), IIOp1->getOperand(0)); in foldICmpIntrinsicWithIntrinsic()