Lines Matching defs:convertValue
1924 /// This predicate should be used to guard calls to convertValue in order to
1990 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V,
2856 V = convertValue(DL, IRB, V, IntTy);
2951 V = convertValue(DL, IRB, V, TargetTy);
3006 V = convertValue(DL, IRB, V, SliceTy);
3035 Old = convertValue(DL, IRB, Old, IntTy);
3040 V = convertValue(DL, IRB, V, NewAllocaTy);
3091 V = convertValue(DL, IRB, V, NewAllocaTy);
3244 Splat = convertValue(DL, IRB, Splat, ElementTy);
3263 Old = convertValue(DL, IRB, Old, IntTy);
3270 V = convertValue(DL, IRB, V, AllocaTy);
3282 V = convertValue(DL, IRB, V, AllocaTy);
3488 Src = convertValue(DL, IRB, Src, IntTy);
3509 Old = convertValue(DL, IRB, Old, IntTy);
3512 Src = convertValue(DL, IRB, Src, NewAllocaTy);