Lines Matching refs:convertValue
1656 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in convertValue() function
2351 V = convertValue(DL, IRB, V, IntTy); in rewriteIntegerLoad()
2417 V = convertValue(DL, IRB, V, TargetTy); in visitLoadInst()
2462 V = convertValue(DL, IRB, V, SliceTy); in rewriteVectorizedStoreInst()
2482 Old = convertValue(DL, IRB, Old, IntTy); in rewriteIntegerStore()
2487 V = convertValue(DL, IRB, V, NewAllocaTy); in rewriteIntegerStore()
2544 V = convertValue(DL, IRB, V, NewAllocaTy); in visitStoreInst()
2655 Splat = convertValue(DL, IRB, Splat, ElementTy); in visitMemSetInst()
2674 Old = convertValue(DL, IRB, Old, IntTy); in visitMemSetInst()
2681 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
2691 V = convertValue(DL, IRB, V, AllocaTy); in visitMemSetInst()
2844 Src = convertValue(DL, IRB, Src, IntTy); in visitMemTransferInst()
2859 Old = convertValue(DL, IRB, Old, IntTy); in visitMemTransferInst()
2862 Src = convertValue(DL, IRB, Src, NewAllocaTy); in visitMemTransferInst()