Searched defs:AllZeroes (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | Instructions.cpp | 4001 bool AllZeroes = all_of(*Weights, [](uint32_t W) { return W == 0; }); buildProfBranchWeightsMD() local |
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMISelLowering.cpp | 8613 SDValue AllZeroes = PromoteMVEPredVector() local |