Lines Matching refs:convertValue
1672 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in convertValue() function
2367 V = convertValue(DL, IRB, V, IntTy); in rewriteIntegerLoad()
2433 V = convertValue(DL, IRB, V, TargetTy); in visitLoadInst()
2478 V = convertValue(DL, IRB, V, SliceTy); in rewriteVectorizedStoreInst()
2498 Old = convertValue(DL, IRB, Old, IntTy); in rewriteIntegerStore()
2503 V = convertValue(DL, IRB, V, NewAllocaTy); in rewriteIntegerStore()
2560 V = convertValue(DL, IRB, V, NewAllocaTy); in visitStoreInst()
2671 Splat = convertValue(DL, IRB, Splat, ElementTy); in visitMemSetInst()
2690 Old = convertValue(DL, IRB, Old, IntTy); in visitMemSetInst()
2697 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
2707 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
2860 Src = convertValue(DL, IRB, Src, IntTy); in visitMemTransferInst()
2875 Old = convertValue(DL, IRB, Old, IntTy); in visitMemTransferInst()
2878 Src = convertValue(DL, IRB, Src, NewAllocaTy); in visitMemTransferInst()