Home
last modified time | relevance | path

Searched refs:IsAllOnesMask (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1162 bool IsAllOnesMask = isa<Constant>(Mask) && in ScalarizeMaskedLoad() local
1165 if (IsAllOnesMask) { in ScalarizeMaskedLoad()
1305 bool IsAllOnesMask = isa<Constant>(Mask) && in ScalarizeMaskedStore() local
1308 if (IsAllOnesMask) { in ScalarizeMaskedStore()