Lines Matching refs:convertValue
2015 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in convertValue() function
2883 V = convertValue(DL, IRB, V, IntTy); in rewriteIntegerLoad()
2974 V = convertValue(DL, IRB, V, TargetTy); in visitLoadInst()
3024 V = convertValue(DL, IRB, V, SliceTy); in rewriteVectorizedStoreInst()
3052 Old = convertValue(DL, IRB, Old, IntTy); in rewriteIntegerStore()
3057 V = convertValue(DL, IRB, V, NewAllocaTy); in rewriteIntegerStore()
3107 V = convertValue(DL, IRB, V, NewAllocaTy); in visitStoreInst()
3258 Splat = convertValue(DL, IRB, Splat, ElementTy); in visitMemSetInst()
3277 Old = convertValue(DL, IRB, Old, IntTy); in visitMemSetInst()
3284 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
3296 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
3501 Src = convertValue(DL, IRB, Src, IntTy); in visitMemTransferInst()
3521 Old = convertValue(DL, IRB, Old, IntTy); in visitMemTransferInst()
3524 Src = convertValue(DL, IRB, Src, NewAllocaTy); in visitMemTransferInst()