Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp661 Align InstAlignment, Value *PrimitiveShadow,
669 Value *expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow,
954 Value *PrimitiveShadow, IRBuilder<> &IRB) { in expandFromPrimitiveShadowRecursive() argument
956 return IRB.CreateInsertValue(Shadow, PrimitiveShadow, Indices); in expandFromPrimitiveShadowRecursive()
962 Shadow, Indices, AT->getElementType(), PrimitiveShadow, IRB); in expandFromPrimitiveShadowRecursive()
972 Shadow, Indices, ST->getElementType(Idx), PrimitiveShadow, IRB); in expandFromPrimitiveShadowRecursive()
985 Value *DFSanFunction::expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, in expandFromPrimitiveShadow() argument
990 return PrimitiveShadow; in expandFromPrimitiveShadow()
992 if (DFS.isZeroShadow(PrimitiveShadow)) in expandFromPrimitiveShadow()
999 PrimitiveShadow, IRB); in expandFromPrimitiveShadow()
[all …]