Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDConstantFolding.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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelDAGToDAGHVX.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-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBuiltin.cpp9802 Value *Amt, bool IsRight) { in EmitX86FunnelShift() argument
9814 unsigned IID = IsRight ? Intrinsic::fshr : Intrinsic::fshl; in EmitX86FunnelShift()