Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp2189 bool IsRight = IntrinsicID == Intrinsic::fshr; in ConstantFoldScalarCall() local
2191 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall()
2200 return Operands[IsRight ? 1 : 0]; in ConstantFoldScalarCall()
2203 unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall()
2204 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; in ConstantFoldScalarCall()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp9171 Value *Amt, bool IsRight) { in EmitX86FunnelShift() argument
9183 unsigned IID = IsRight ? Intrinsic::fshr : Intrinsic::fshl; in EmitX86FunnelShift()