Home
last modified time | relevance | path

Searched refs:getFPToSI (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h659 static Constant *getFPToSI (Constant *C, Type *Ty);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp366 ConstantExpr::getFPToSI(CFP, LHSConv->getOperand(0)->getType()); in visitFAdd()
DInstCombineCompares.cpp2694 : ConstantExpr::getFPToSI(RHSC, IntTy); in FoldFCmp_IntToFP_Cst()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h960 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/llvm/include/llvm/IR/
DConstants.h910 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1248 case Instruction::FPToSI: return getFPToSI(C, Ty); in getCast()
1407 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty) { in getFPToSI() function in ConstantExpr
DCore.cpp921 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
/external/llvm/lib/IR/
DConstants.cpp1484 return getFPToSI(C, Ty, OnlyIfReduced); in getCast()
1663 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
DCore.cpp1313 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp1534 return getFPToSI(C, Ty, OnlyIfReduced); in getCast()
1713 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
DCore.cpp1510 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1342 ConstantExpr::getFPToSI(CFP, LHSConv->getOperand(0)->getType()); in visitFAdd()
DInstCombineCompares.cpp4462 : ConstantExpr::getFPToSI(RHSC, IntTy); in FoldFCmp_IntToFP_Cst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1446 ConstantExpr::getFPToSI(CFP, LHSIntVal->getType()); in visitFAdd()
DInstCombineCompares.cpp5046 : ConstantExpr::getFPToSI(RHSC, IntTy); in foldFCmpIntToFPConst()
/external/llvm/lib/Analysis/
DValueTracking.cpp3885 CastedTo = ConstantExpr::getFPToSI(C, CI->getSrcTy(), true); in lookThroughCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp4785 CastedTo = ConstantExpr::getFPToSI(C, SrcTy, true); in lookThroughCast()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1006 See the method [llvm::ConstantExpr::getFPToSI]. *)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli1199 See the method [llvm::ConstantExpr::getFPToSI]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1175 See the method [llvm::ConstantExpr::getFPToSI]. *)