Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp398 if (auto *SplatPtr = getSplatValue(II.getArgOperand(0))) { in simplifyMaskedGather() local
402 LoadInst *L = Builder.CreateAlignedLoad(VecTy->getElementType(), SplatPtr, in simplifyMaskedGather()
427 if (auto *SplatPtr = getSplatValue(II.getArgOperand(1))) { in simplifyMaskedScatter() local
432 new StoreInst(SplatValue, SplatPtr, /*IsVolatile=*/false, Alignment); in simplifyMaskedScatter()
449 new StoreInst(Extract, SplatPtr, /*IsVolatile=*/false, Alignment); in simplifyMaskedScatter()