Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h356 inline bool isLogicalShift() const {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp538 assert(InnerShift->isLogicalShift() && "Unexpected instruction type"); in canEvaluateShiftedShift()
779 return !(Shift.isLogicalShift() && match(BO, m_Not(m_Value()))); in canShiftBinOpWithConstantRHS()
H A DInstCombineMulDivRem.cpp68 if (I && I->isLogicalShift() && in simplifyValueKnownNonZero()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h162 bool isLogicalShift() const { in isLogicalShift() function
163 return cast<llvm::Instruction>(Val)->isLogicalShift(); in isLogicalShift()