Home
last modified time | relevance | path

Searched defs:LowBits (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DKnownBits.cpp556 APInt LowBits = RHS.getConstant() - 1; in urem() local
577 APInt LowBits = RHS.getConstant() - 1; in srem() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp90 uint32_t LowBits = FullImm & 0xffffffff; in addNumImm() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp533 unsigned LowBits = llvm::bit_width(BitsPossiblySet); in computeKnownBitsImpl() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFixedPointBuilder.h57 Value *LowBits = ConstantInt::get( in Convert() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp158 int LowBits = Offset < Start ? (Start - Offset) * 8 : 0; in applyMemSet() local
H A DAArch64ISelLowering.cpp12110 APInt LowBits(EltTy.getSizeInBits(), in NormalizeBuildVector() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp830 APInt LowBits = RA - 1; in SimplifyDemandedUseBits() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp1636 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBitsFromOperator() local
1647 unsigned LowBits = llvm::bit_width(PossibleTZ); in computeKnownBitsFromOperator() local
1656 unsigned LowBits = llvm::bit_width(BitsPossiblySet); in computeKnownBitsFromOperator() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10090 auto SimplifyDemandedLowBitsHelper = [&](unsigned OpNo, unsigned LowBits) { in PerformDAGCombine()
10850 unsigned LowBits = llvm::bit_width(PossibleTZ); in computeKnownBitsForTargetNode() local
10857 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBitsForTargetNode() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2454 SDValue LowBits = DAG.getConstant((1ull << (Amt - 1)) - 1, dl, IntTy); in emitHvxShiftRightRnd() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3412 unsigned LowBits = llvm::bit_width(PossibleTZ); in computeKnownBits() local
3421 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBits() local
H A DDAGCombiner.cpp9543 unsigned LowBits = OpSizeInBits - (unsigned)N1C->getZExtValue(); in visitSRA() local