Searched refs:PrimitiveShadow (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 668 Align InstAlignment, Value *PrimitiveShadow, 676 Value *expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, 938 Value *PrimitiveShadow, IRBuilder<> &IRB) { in expandFromPrimitiveShadowRecursive() argument 940 return IRB.CreateInsertValue(Shadow, PrimitiveShadow, Indices); in expandFromPrimitiveShadowRecursive() 946 Shadow, Indices, AT->getElementType(), PrimitiveShadow, IRB); in expandFromPrimitiveShadowRecursive() 956 Shadow, Indices, ST->getElementType(Idx), PrimitiveShadow, IRB); in expandFromPrimitiveShadowRecursive() 969 Value *DFSanFunction::expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, in expandFromPrimitiveShadow() argument 974 return PrimitiveShadow; in expandFromPrimitiveShadow() 976 if (DFS.isZeroShadow(PrimitiveShadow)) in expandFromPrimitiveShadow() 983 PrimitiveShadow, IRB); in expandFromPrimitiveShadow() [all …]
|