Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h564 Instruction *foldICmpUsingKnownBits(ICmpInst &Cmp);
H A DInstCombineCompares.cpp5478 Instruction *InstCombinerImpl::foldICmpUsingKnownBits(ICmpInst &I) { in foldICmpUsingKnownBits() function in InstCombinerImpl
6207 if (Instruction *Res = foldICmpUsingKnownBits(I)) in visitICmpInst()