Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/SystemZ/
H A Daddressing.ll57 define i32 @foo1(i32* nocapture noalias %A, i32** nocapture %PtrPtr) {
95 %ptr = getelementptr inbounds i32*, i32** %PtrPtr, i64 %indvars.iv
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp182 void **PtrPtr = (void **) ArgDataPtr; in ffiValueFor() local
183 *PtrPtr = GVTOP(AV); in ffiValueFor()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp1080 Type *PtrPtr = B.getInt8Ty()->getPointerTo(0); in TEST() local
1081 Value *Alloca = B.CreateAlloca(PtrPtr, (unsigned)0); in TEST()
1083 {Alloca, Constant::getNullValue(PtrPtr)}); in TEST()