Searched refs:AllZeroes (Results 1 – 2 of 2) sorted by relevance
4001 bool AllZeroes = all_of(*Weights, [](uint32_t W) { return W == 0; }); in buildProfBranchWeightsMD() local4003 if (AllZeroes || Weights->size() < 2) in buildProfBranchWeightsMD()
8598 SDValue AllZeroes = in PromoteMVEPredVector() local8600 AllZeroes = DAG.getNode(ARMISD::VMOVIMM, dl, MVT::v16i8, AllZeroes); in PromoteMVEPredVector()8617 DAG.getNode(ISD::VSELECT, dl, MVT::v16i8, RecastV1, AllOnes, AllZeroes); in PromoteMVEPredVector()