Lines Matching refs:convertValue
1725 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in convertValue() function
2429 V = convertValue(DL, IRB, V, IntTy); in rewriteIntegerLoad()
2519 V = convertValue(DL, IRB, V, TargetTy); in visitLoadInst()
2565 V = convertValue(DL, IRB, V, SliceTy); in rewriteVectorizedStoreInst()
2586 Old = convertValue(DL, IRB, Old, IntTy); in rewriteIntegerStore()
2591 V = convertValue(DL, IRB, V, NewAllocaTy); in rewriteIntegerStore()
2654 V = convertValue(DL, IRB, V, NewAllocaTy); in visitStoreInst()
2773 Splat = convertValue(DL, IRB, Splat, ElementTy); in visitMemSetInst()
2792 Old = convertValue(DL, IRB, Old, IntTy); in visitMemSetInst()
2799 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
2809 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
2980 Src = convertValue(DL, IRB, Src, IntTy); in visitMemTransferInst()
2998 Old = convertValue(DL, IRB, Old, IntTy); in visitMemTransferInst()
3001 Src = convertValue(DL, IRB, Src, NewAllocaTy); in visitMemTransferInst()