Searched refs:expandFromPrimitiveShadow (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| D | DataFlowSanitizer.cpp | 676 Value *expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, 969 Value *DFSanFunction::expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, in expandFromPrimitiveShadow() function in DFSanFunction 1954 return expandFromPrimitiveShadow(T, PrimitiveValue, Pos); in combineShadowsThenConvert() 2028 return expandFromPrimitiveShadow(Inst->getType(), Shadow, Inst); in combineOperandShadows() 2420 DFSF.expandFromPrimitiveShadow(LI.getType(), PrimitiveShadow, Pos); in visitLoadInst() 3162 DFSF.setShadow(CustomCI, DFSF.expandFromPrimitiveShadow( in visitWrappedCallBase()
|