Searched refs:foldICmpShlConstConst (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h983 Instruction *foldICmpShlConstConst(ICmpInst &I, Value *ShAmt, const APInt &C1,
H A DInstCombineCompares.cpp1211 Instruction *InstCombiner::foldICmpShlConstConst(ICmpInst &I, Value *A, function in class:InstCombiner
2051 return foldICmpShlConstConst(Cmp, Shl->getOperand(1), C, *ShiftVal);

Completed in 64 milliseconds