Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h664 Instruction *foldSignBitTest(ICmpInst &I);
H A DInstCombineCompares.cpp1325 Instruction *InstCombinerImpl::foldSignBitTest(ICmpInst &I) { in foldSignBitTest() function in InstCombinerImpl
5676 if (Instruction *New = foldSignBitTest(I)) in visitICmpInst()