Searched refs:BFEBits (Results 1 – 1 of 1) sorted by relevance
5508 ConstantSDNode *BFEBits = dyn_cast<ConstantSDNode>(BFE.getOperand(0)); in PerformANDCombine() local5509 if (!BFEBits) in PerformANDCombine()5511 uint64_t BFEBitsVal = BFEBits->getZExtValue(); in PerformANDCombine()