Searched defs:LowBits (Results 1 – 9 of 9) sorted by relevance
538 APInt LowBits = RHS.getConstant() - 1; in urem() local559 APInt LowBits = RHS.getConstant() - 1; in srem() local
55 Value *LowBits = ConstantInt::get( in Convert() local
150 int LowBits = Offset < Start ? (Start - Offset) * 8 : 0; in applyMemSet() local
9669 APInt LowBits(EltTy.getSizeInBits(), in NormalizeBuildVector() local
710 APInt LowBits = RA - 1; in SimplifyDemandedUseBits() local
1542 unsigned LowBits = Log2_32(PossibleLZ)+1; in computeKnownBitsFromOperator() local1553 unsigned LowBits = Log2_32(PossibleTZ)+1; in computeKnownBitsFromOperator() local1562 unsigned LowBits = Log2_32(BitsPossiblySet)+1; in computeKnownBitsFromOperator() local
6106 unsigned LowBits = Log2_32(PossibleTZ) + 1; in computeKnownBitsForTargetNode() local6113 unsigned LowBits = Log2_32(PossibleLZ) + 1; in computeKnownBitsForTargetNode() local
3168 unsigned LowBits = Log2_32(PossibleTZ) + 1; in computeKnownBits() local3177 unsigned LowBits = Log2_32(PossibleLZ) + 1; in computeKnownBits() local
8543 unsigned LowBits = OpSizeInBits - (unsigned)N1C->getZExtValue(); in visitSRA() local