Searched refs:NUsefulBits (Results 1 – 2 of 2) sorted by relevance
2400 APInt NUsefulBits; in tryBitfieldInsertOp() local2401 getUsefulBits(SDValue(N, 0), NUsefulBits); in tryBitfieldInsertOp()2404 if (!NUsefulBits) { in tryBitfieldInsertOp()2409 if (tryBitfieldInsertOpFromOr(N, NUsefulBits, CurDAG)) in tryBitfieldInsertOp()
2301 APInt NUsefulBits; in tryBitfieldInsertOp() local2302 getUsefulBits(SDValue(N, 0), NUsefulBits); in tryBitfieldInsertOp()2305 if (!NUsefulBits) { in tryBitfieldInsertOp()2310 if (tryBitfieldInsertOpFromOr(N, NUsefulBits, CurDAG)) in tryBitfieldInsertOp()