Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3621 bool IsRight = IntrinsicID == Intrinsic::fshr; in ConstantFoldScalarCall3() local
3623 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()
3632 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()
3635 unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()
3636 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1292 bool IsRight = isUInt<3>(Amt); // Right align. in packs() local
1293 SDValue S = getConst32(IsRight ? Amt : HwLen - Amt, dl); in packs()
1294 unsigned Opc = IsRight ? Hexagon::V6_valignbi : Hexagon::V6_vlalignbi; in packs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DX86.cpp153 Value *Amt, bool IsRight) { in EmitX86FunnelShift() argument
165 unsigned IID = IsRight ? Intrinsic::fshr : Intrinsic::fshl; in EmitX86FunnelShift()