reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
145 if (isa<Constant>(Mask) && cast<Constant>(Mask)->isAllOnesValue()) { 145 if (isa<Constant>(Mask) && cast<Constant>(Mask)->isAllOnesValue()) { 163 if (isConstantIntVector(Mask)) { 165 if (cast<Constant>(Mask)->getAggregateElement(Idx)->isNullValue()) 181 SclrMask = Builder.CreateBitCast(Mask, SclrMaskTy, "scalar_mask"); 198 Predicate = Builder.CreateExtractElement(Mask, Idx);