/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 658 static Constant *getFPToUI (Constant *C, Type *Ty);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Constants.h | 959 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 909 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1247 case Instruction::FPToUI: return getFPToUI(C, Ty); in getCast() 1396 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty) { in getFPToUI() function in ConstantExpr
|
D | Core.cpp | 916 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
|
/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-7.0/llvm/lib/IR/ |
D | Constants.cpp | 1532 return getFPToUI(C, Ty, OnlyIfReduced); in getCast() 1702 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI() function in ConstantExpr
|
D | Core.cpp | 1505 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2693 ? ConstantExpr::getFPToUI(RHSC, IntTy) in FoldFCmp_IntToFP_Cst()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3882 CastedTo = ConstantExpr::getFPToUI(C, CI->getSrcTy(), true); in lookThroughCast()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4782 CastedTo = ConstantExpr::getFPToUI(C, SrcTy, 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-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 5045 ? ConstantExpr::getFPToUI(RHSC, IntTy) in foldFCmpIntToFPConst()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 1001 See the method [llvm::ConstantExpr::getFPToUI]. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1194 See the method [llvm::ConstantExpr::getFPToUI]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1170 See the method [llvm::ConstantExpr::getFPToUI]. *)
|