Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp2347 bool IsRight = IntrinsicID == Intrinsic::fshr; in ConstantFoldScalarCall3() local
2349 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()
2358 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()
2361 unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()
2362 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()
/external/llvm-project/llvm/lib/Analysis/
DConstantFolding.cpp2803 bool IsRight = IntrinsicID == Intrinsic::fshr; in ConstantFoldScalarCall3() local
2805 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()
2814 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall3()
2817 unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()
2818 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall3()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp1101 bool IsRight = isUInt<3>(MinSrc); // Right align. in packs() local
1102 SDValue S = DAG.getTargetConstant(IsRight ? MinSrc : HwLen-MinSrc, in packs()
1104 unsigned Opc = IsRight ? Hexagon::V6_valignbi in packs()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp1081 bool IsRight = isUInt<3>(MinSrc); // Right align. in packs() local
1082 SDValue S = DAG.getTargetConstant(IsRight ? MinSrc : HwLen-MinSrc, in packs()
1084 unsigned Opc = IsRight ? Hexagon::V6_valignbi in packs()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp11347 Value *Amt, bool IsRight) { in EmitX86FunnelShift() argument
11359 unsigned IID = IsRight ? Intrinsic::fshr : Intrinsic::fshl; in EmitX86FunnelShift()