Searched refs:getFPToUI (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Constants.h | 909 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 963 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1482 return getFPToUI(C, Ty, OnlyIfReduced); in getCast() 1652 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI() function in ConstantExpr
|
D | Core.cpp | 1308 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 1654 return getFPToUI(C, Ty, OnlyIfReduced); in getCast() 1824 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI() function in ConstantExpr
|
D | Core.cpp | 1697 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3882 CastedTo = ConstantExpr::getFPToUI(C, CI->getSrcTy(), true); in lookThroughCast()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 4461 ? ConstantExpr::getFPToUI(RHSC, IntTy) in FoldFCmp_IntToFP_Cst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 5207 CastedTo = ConstantExpr::getFPToUI(C, SrcTy, true); in lookThroughCast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 5847 ? ConstantExpr::getFPToUI(RHSC, IntTy) in foldFCmpIntToFPConst()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1170 See the method [llvm::ConstantExpr::getFPToUI]. *)
|