Searched refs:AlignOpt (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 415 MaybeAlign AlignOpt = VPI.getPointerAlignment(); in expandPredicationInMemoryIntrinsic() local 425 if (AlignOpt.has_value()) in expandPredicationInMemoryIntrinsic() 426 NewStore->setAlignment(*AlignOpt); in expandPredicationInMemoryIntrinsic() 430 DataParam, PtrParam, AlignOpt.valueOrOne(), MaskParam); in expandPredicationInMemoryIntrinsic() 437 if (AlignOpt.has_value()) in expandPredicationInMemoryIntrinsic() 438 NewLoad->setAlignment(*AlignOpt); in expandPredicationInMemoryIntrinsic() 442 VPI.getType(), PtrParam, AlignOpt.valueOrOne(), MaskParam); in expandPredicationInMemoryIntrinsic() 450 AlignOpt.value_or(DL.getPrefTypeAlign(ElementType)), MaskParam); in expandPredicationInMemoryIntrinsic() 457 AlignOpt.value_or(DL.getPrefTypeAlign(ElementType)), MaskParam, nullptr, in expandPredicationInMemoryIntrinsic()
|