Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DKnownBits.cpp538 APInt LowBits = RHS.getConstant() - 1; in urem() local
559 APInt LowBits = RHS.getConstant() - 1; in srem() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedPointBuilder.h55 Value *LowBits = ConstantInt::get( in Convert() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp150 int LowBits = Offset < Start ? (Start - Offset) * 8 : 0; in applyMemSet() local
H A DAArch64ISelLowering.cpp9669 APInt LowBits(EltTy.getSizeInBits(), in NormalizeBuildVector() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp710 APInt LowBits = RA - 1; in SimplifyDemandedUseBits() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp1542 unsigned LowBits = Log2_32(PossibleLZ)+1; in computeKnownBitsFromOperator() local
1553 unsigned LowBits = Log2_32(PossibleTZ)+1; in computeKnownBitsFromOperator() local
1562 unsigned LowBits = Log2_32(BitsPossiblySet)+1; in computeKnownBitsFromOperator() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6106 unsigned LowBits = Log2_32(PossibleTZ) + 1; in computeKnownBitsForTargetNode() local
6113 unsigned LowBits = Log2_32(PossibleLZ) + 1; in computeKnownBitsForTargetNode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3168 unsigned LowBits = Log2_32(PossibleTZ) + 1; in computeKnownBits() local
3177 unsigned LowBits = Log2_32(PossibleLZ) + 1; in computeKnownBits() local
H A DDAGCombiner.cpp8543 unsigned LowBits = OpSizeInBits - (unsigned)N1C->getZExtValue(); in visitSRA() local