Searched refs:expandFromPrimitiveShadow (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 686 Value *expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, 981 Value *DFSanFunction::expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, in expandFromPrimitiveShadow() function in DFSanFunction 1969 return expandFromPrimitiveShadow(T, PrimitiveValue, Pos); in combineShadowsThenConvert() 2045 return expandFromPrimitiveShadow(Inst->getType(), Shadow, in combineOperandShadows() 2440 DFSF.expandFromPrimitiveShadow(LI.getType(), PrimitiveShadow, Pos); in visitLoadInst() 3175 DFSF.expandFromPrimitiveShadow( in visitWrappedCallBase()
|