Home | History | Annotate | Download | only in Scalar

Lines Matching refs:convertValue

1418 /// This predicate should be used to guard calls to convertValue in order to
1451 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V,
2016 V = convertValue(DL, IRB, V, IntTy);
2058 V = convertValue(DL, IRB, V, TargetTy);
2105 V = convertValue(DL, IRB, V, SliceTy);
2127 Old = convertValue(DL, IRB, Old, IntTy);
2133 V = convertValue(DL, IRB, V, NewAllocaTy);
2183 V = convertValue(DL, IRB, V, NewAllocaTy);
2304 Splat = convertValue(DL, IRB, Splat, ElementTy);
2323 Old = convertValue(DL, IRB, Old, IntTy);
2330 V = convertValue(DL, IRB, V, AllocaTy);
2340 V = convertValue(DL, IRB, V, AllocaTy);
2497 Src = convertValue(DL, IRB, Src, IntTy);
2512 Old = convertValue(DL, IRB, Old, IntTy);
2515 Src = convertValue(DL, IRB, Src, NewAllocaTy);