Home
last modified time | relevance | path

Searched refs:getFPToUI (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/IR/
DConstants.h909 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h963 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/llvm/lib/IR/
DConstants.cpp1482 return getFPToUI(C, Ty, OnlyIfReduced); in getCast()
1652 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI() function in ConstantExpr
DCore.cpp1308 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1654 return getFPToUI(C, Ty, OnlyIfReduced); in getCast()
1824 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI() function in ConstantExpr
DCore.cpp1697 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
/external/llvm/lib/Analysis/
DValueTracking.cpp3882 CastedTo = ConstantExpr::getFPToUI(C, CI->getSrcTy(), true); in lookThroughCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4461 ? ConstantExpr::getFPToUI(RHSC, IntTy) in FoldFCmp_IntToFP_Cst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp5207 CastedTo = ConstantExpr::getFPToUI(C, SrcTy, true); in lookThroughCast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp5847 ? ConstantExpr::getFPToUI(RHSC, IntTy) in foldFCmpIntToFPConst()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1170 See the method [llvm::ConstantExpr::getFPToUI]. *)