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