Searched refs:convertValue (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1968 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in convertValue() function 2834 V = convertValue(DL, IRB, V, IntTy); in rewriteIntegerLoad() 2929 V = convertValue(DL, IRB, V, TargetTy); in visitLoadInst() 2984 V = convertValue(DL, IRB, V, SliceTy); in rewriteVectorizedStoreInst() 3013 Old = convertValue(DL, IRB, Old, IntTy); in rewriteIntegerStore() 3018 V = convertValue(DL, IRB, V, NewAllocaTy); in rewriteIntegerStore() 3069 V = convertValue(DL, IRB, V, NewAllocaTy); in visitStoreInst() 3222 Splat = convertValue(DL, IRB, Splat, ElementTy); in visitMemSetInst() 3241 Old = convertValue(DL, IRB, Old, IntTy); in visitMemSetInst() 3248 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst() [all …]
|