Lines Matching refs:convertValue
1731 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in convertValue() function
2463 V = convertValue(DL, IRB, V, IntTy); in rewriteIntegerLoad()
2558 V = convertValue(DL, IRB, V, TargetTy); in visitLoadInst()
2605 V = convertValue(DL, IRB, V, SliceTy); in rewriteVectorizedStoreInst()
2630 Old = convertValue(DL, IRB, Old, IntTy); in rewriteIntegerStore()
2635 V = convertValue(DL, IRB, V, NewAllocaTy); in rewriteIntegerStore()
2696 V = convertValue(DL, IRB, V, NewAllocaTy); in visitStoreInst()
2830 Splat = convertValue(DL, IRB, Splat, ElementTy); in visitMemSetInst()
2849 Old = convertValue(DL, IRB, Old, IntTy); in visitMemSetInst()
2856 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
2868 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
3043 Src = convertValue(DL, IRB, Src, IntTy); in visitMemTransferInst()
3063 Old = convertValue(DL, IRB, Old, IntTy); in visitMemTransferInst()
3066 Src = convertValue(DL, IRB, Src, NewAllocaTy); in visitMemTransferInst()