Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp239 template <unsigned Low, unsigned High, bool AllowSaturation = false>
241 return SelectSVEShiftImm(N, Low, High, AllowSaturation, Imm); in SelectSVEShiftImm()
412 bool AllowSaturation, SDValue &Imm);
3385 uint64_t High, bool AllowSaturation, in SelectSVEShiftImm() argument
3396 if (!AllowSaturation) in SelectSVEShiftImm()