Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h672 Instruction *foldICmpUsingKnownBits(ICmpInst &Cmp);
H A DInstCombineCompares.cpp5479 Instruction *InstCombinerImpl::foldICmpUsingKnownBits(ICmpInst &I) { in foldICmpUsingKnownBits() function in InstCombinerImpl
6177 if (Instruction *Res = foldICmpUsingKnownBits(I)) in visitICmpInst()