Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h658 static Constant *getFPToUI (Constant *C, Type *Ty);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h959 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/llvm/include/llvm/IR/
DConstants.h909 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1247 case Instruction::FPToUI: return getFPToUI(C, Ty); in getCast()
1396 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty) { in getFPToUI() function in ConstantExpr
DCore.cpp916 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
/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-7.0/llvm/lib/IR/
DConstants.cpp1532 return getFPToUI(C, Ty, OnlyIfReduced); in getCast()
1702 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI() function in ConstantExpr
DCore.cpp1505 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2693 ? ConstantExpr::getFPToUI(RHSC, IntTy) in FoldFCmp_IntToFP_Cst()
/external/llvm/lib/Analysis/
DValueTracking.cpp3882 CastedTo = ConstantExpr::getFPToUI(C, CI->getSrcTy(), true); in lookThroughCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp4782 CastedTo = ConstantExpr::getFPToUI(C, SrcTy, true); in lookThroughCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4461 ? ConstantExpr::getFPToUI(RHSC, IntTy) in FoldFCmp_IntToFP_Cst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp5045 ? ConstantExpr::getFPToUI(RHSC, IntTy) in foldFCmpIntToFPConst()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1001 See the method [llvm::ConstantExpr::getFPToUI]. *)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli1194 See the method [llvm::ConstantExpr::getFPToUI]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1170 See the method [llvm::ConstantExpr::getFPToUI]. *)