Lines Matching refs:convertValue
1763 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in convertValue() function
2489 V = convertValue(DL, IRB, V, IntTy); in rewriteIntegerLoad()
2585 V = convertValue(DL, IRB, V, TargetTy); in visitLoadInst()
2632 V = convertValue(DL, IRB, V, SliceTy); in rewriteVectorizedStoreInst()
2657 Old = convertValue(DL, IRB, Old, IntTy); in rewriteIntegerStore()
2662 V = convertValue(DL, IRB, V, NewAllocaTy); in rewriteIntegerStore()
2725 V = convertValue(DL, IRB, V, NewAllocaTy); in visitStoreInst()
2859 Splat = convertValue(DL, IRB, Splat, ElementTy); in visitMemSetInst()
2878 Old = convertValue(DL, IRB, Old, IntTy); in visitMemSetInst()
2885 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
2897 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
3073 Src = convertValue(DL, IRB, Src, IntTy); in visitMemTransferInst()
3093 Old = convertValue(DL, IRB, Old, IntTy); in visitMemTransferInst()
3096 Src = convertValue(DL, IRB, Src, NewAllocaTy); in visitMemTransferInst()