Searched refs:PrimitiveShadow (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 678 Align InstAlignment, Value *PrimitiveShadow, 686 Value *expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, 949 Value *PrimitiveShadow, IRBuilder<> &IRB) { in expandFromPrimitiveShadowRecursive() argument 951 return IRB.CreateInsertValue(Shadow, PrimitiveShadow, Indices); in expandFromPrimitiveShadowRecursive() 957 Shadow, Indices, AT->getElementType(), PrimitiveShadow, IRB); in expandFromPrimitiveShadowRecursive() 967 Shadow, Indices, ST->getElementType(Idx), PrimitiveShadow, IRB); in expandFromPrimitiveShadowRecursive() 980 Value *DFSanFunction::expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, in expandFromPrimitiveShadow() argument 985 return PrimitiveShadow; in expandFromPrimitiveShadow() 987 if (DFS.isZeroShadow(PrimitiveShadow)) in expandFromPrimitiveShadow() 994 PrimitiveShadow, IRB); in expandFromPrimitiveShadow() [all …]
|