Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h682 Instruction *foldSignBitTest(ICmpInst &I);
H A DInstCombineCompares.cpp1345 Instruction *InstCombinerImpl::foldSignBitTest(ICmpInst &I) { in foldSignBitTest() function in InstCombinerImpl
6236 if (Instruction *New = foldSignBitTest(I)) in visitICmpInst()