Searched defs:BitTest (Results 1 – 3 of 3) sorted by relevance
209 inline bool BitTest(uint32_t bits, uint32_t bitMask) { return (bits & bitMask) == bitMask; } in BitTest() function
1573 Constant *BitTest = Ctx->getConstantInt32(0x20); in lowerShift64() local
1650 Constant *BitTest = Ctx->getConstantInt32(0x20); in lowerShift64() local