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