Searched refs:ZeroExtend (Results 1 – 1 of 1) sorted by relevance
5192 auto ZeroExtend = N->use_begin(); in ExpandBITCAST() local5193 if (N->use_size() != 1 || ZeroExtend->getOpcode() != ISD::ZERO_EXTEND || in ExpandBITCAST()5194 ZeroExtend->getValueType(0) != MVT::i32) in ExpandBITCAST()5197 auto Copy = ZeroExtend->use_begin(); in ExpandBITCAST()5201 DAG.ReplaceAllUsesWith(*ZeroExtend, &Cvt); in ExpandBITCAST()