Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2957 bool IsRight = IntrinsicID == Intrinsic::fshr; in ConstantFoldScalarCall3() local
2959 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()
2968 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()
2971 unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()
2972 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1139 bool IsRight = isUInt<3>(Amt); // Right align. in packs() local
1140 SDValue S = getConst32(IsRight ? Amt : HwLen - Amt, dl); in packs()
1141 unsigned Opc = IsRight ? Hexagon::V6_valignbi : Hexagon::V6_vlalignbi; in packs()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp11893 Value *Amt, bool IsRight) { in EmitX86FunnelShift() argument
11905 unsigned IID = IsRight ? Intrinsic::fshr : Intrinsic::fshl; in EmitX86FunnelShift()