Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1405 Value *getNonAliasingPointer(LoadInst *Load, StoreInst *Store, in getNonAliasingPointer() function in __anon3dc75aee0111::LowerMatrixIntrinsics
1610 Value *APtr = getNonAliasingPointer(LoadOp0, Store, MatMul); in emitSIMDTiling()
1611 Value *BPtr = getNonAliasingPointer(LoadOp1, Store, MatMul); in emitSIMDTiling()