Searched refs:LoBits (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonConstPropagation.cpp | 1822 APInt LoBits = (Bits < BW) ? A1.trunc(Bits) : A1.zextOrSelf(Bits); in evaluateSplati() local 1824 LoBits = LoBits.zext(SW); in evaluateSplati() 1829 Res |= LoBits; in evaluateSplati()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 4048 SDValue LoBits = DAG.getConstant(~HiBits, dl, OpVT); in SimplifySetCC() local 4049 SDValue HiMask = DAG.getNode(ISD::AND, dl, OpVT, Hi, LoBits); in SimplifySetCC() 4052 SDValue NewN1 = CmpZero ? DAG.getConstant(0, dl, OpVT) : LoBits; in SimplifySetCC()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIISelLowering.cpp | 11673 int64_t LoBits = static_cast<int32_t>(Val); in checkAsmConstraintVal() local 11675 checkAsmConstraintValA(Op, LoBits, 32); in checkAsmConstraintVal()
|