Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10741 SDValue LowMask = DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale), in expandFixedPointMul() local
10773 SDValue LowMask = DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale - 1), in expandFixedPointMul() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19026 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine() local
19038 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20709 SmallVector<int> LowMask(NumElts, 0), HighMask(NumElts, 0); in performExtBinopLoadFold() local