Home
last modified time | relevance | path

Searched defs:AllZeroes (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4573 bool AllZeroes = all_of(*Weights, [](uint32_t W) { return W == 0; }); buildProfBranchWeightsMD() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8581 SDValue AllZeroes = PromoteMVEPredVector() local