Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h574 Instruction *foldSignBitTest(ICmpInst &I);
H A DInstCombineCompares.cpp1235 Instruction *InstCombinerImpl::foldSignBitTest(ICmpInst &I) { in foldSignBitTest() function in InstCombinerImpl
6266 if (Instruction *New = foldSignBitTest(I)) in visitICmpInst()