Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2739 auto FoldToBitwiseAnd = [&](Value *Remainder) -> Instruction * { in foldSelectWithSRem() local
2754 return FoldToBitwiseAnd(Remainder); in foldSelectWithSRem()
2763 return FoldToBitwiseAnd(ConstantInt::get(RemRes->getType(), 2)); in foldSelectWithSRem()