Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h639 Instruction *foldICmpUsingKnownBits(ICmpInst &Cmp);
H A DInstCombineCompares.cpp6105 Instruction *InstCombinerImpl::foldICmpUsingKnownBits(ICmpInst &I) { in foldICmpUsingKnownBits() function in InstCombinerImpl
6991 if (Instruction *Res = foldICmpUsingKnownBits(I)) in visitICmpInst()