Home
last modified time | relevance | path

Searched defs:LShift (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7973 Operator *LShift = dyn_cast<Operator>(L->getOperand(0)); in createSCEV() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3991 SDValue LShift = Matcher.getNode(ISD::SHL, DL, VT, Src, ShiftConst); in foldSubCtlzNot() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30164 bool LShift = (VT.is128BitVector() && Subtarget.hasSSE2()) || in supportedVectorShiftWithImm() local
30204 bool LShift = VT.is128BitVector() || VT.is256BitVector(); in supportedVectorVarShift() local