Searched defs:BitPos (Results 1 – 12 of 12) sorted by relevance
88 getBytePosition(unsigned BitPos) getBytePosition() argument
153 unsigned BitPos = Curr % BITWORD_SIZE; in find_next() local 347 unsigned BitPos = Iter->find_first(); in AdvanceToFirstNonZero() local
69 unsigned BitPos; variable
102 unsigned BitPos; variable
2233 for (int BitPos = 0; BitPos != 24 && (AbsOffset >> BitPos); in LowerMOVaddrPAC() local2248 auto NeedMovk = [IsNeg, UOffset](int BitPos) -> bool { in LowerMOVaddrPAC()2258 for (int BitPos = 16; BitPos != 64 && NeedMovk(BitPos); BitPos += 16) { in LowerMOVaddrPAC() local
2421 Value *&BitMask, Value *&BitPos, in detectShiftUntilBitTestIdiom()2576 Value *X, *BitMask, *BitPos, *XCurr; in recognizeShiftUntilBitTest() local
3804 for (uint64_t BitPos : DeferredMetadataInfo) { in materializeMetadata() local
1207 Value *BitPos) { in EmitX86BitTestIntrinsic()1259 Value *BitPos = CGF.EmitScalarExpr(E->getArg(1)); in EmitBitTestIntrinsic() local
12752 unsigned BitPos = j * EltWidth; in isConstantSplat() local
22438 unsigned BitPos; in refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() member
3666 unsigned BitPos = 0, IntegerEltIdx = 0; lowerBuildVectorOfConstants() local
30716 Value *BitPos = in emitBitTestAtomicRMWIntrinsic() local