|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp 801 return Builder->CreateUIToFP(L, Type::getDoubleTy(*TheContext), "booltmp");
examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp 801 return Builder->CreateUIToFP(L, Type::getDoubleTy(*TheContext), "booltmp");
examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp 800 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp");
examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp 786 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp");
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp 810 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp");
examples/Kaleidoscope/Chapter3/toy.cpp 440 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp");
examples/Kaleidoscope/Chapter4/toy.cpp 468 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp");
examples/Kaleidoscope/Chapter5/toy.cpp 595 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp");
examples/Kaleidoscope/Chapter6/toy.cpp 699 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp");
examples/Kaleidoscope/Chapter7/toy.cpp 806 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp");
examples/Kaleidoscope/Chapter8/toy.cpp 805 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp");
examples/Kaleidoscope/Chapter9/toy.cpp 964 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp");
lib/IR/AutoUpgrade.cpp 2059 Rep = Builder.CreateUIToFP(CI->getArgOperand(1),
2108 Rep = IsUnsigned ? Builder.CreateUIToFP(Rep, DstTy, "cvt")
lib/IR/Core.cpp 3731 return wrap(unwrap(B)->CreateUIToFP(unwrap(Val), unwrap(DestTy), Name));
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp 681 : Builder.CreateUIToFP(IA, F32Ty);
685 : Builder.CreateUIToFP(IB,F32Ty);
796 Value *DEN_F32 = Builder.CreateUIToFP(Den, F32Ty);
tools/clang/lib/CodeGen/CGBuiltin.cpp 5355 return Usgn ? Builder.CreateUIToFP(Ops[0], Ty, "vcvt")
5362 return Usgn ? Builder.CreateUIToFP(Ops[0], Ty, "vcvt")
7546 return Builder.CreateUIToFP(Ops[0], FTy);
7568 return Builder.CreateUIToFP(Ops[0], FTy);
8599 return usgn ? Builder.CreateUIToFP(Ops[0], Ty, "vcvt")
9758 : CGF.Builder.CreateUIToFP(Ops[0], Ty);
tools/clang/lib/CodeGen/CGExprScalar.cpp 1370 Res = Builder.CreateUIToFP(Src, DstTy, "conv");
1700 Res = Builder.CreateUIToFP(Src, DstTy, "conv");