Home
last modified time | relevance | path

Searched refs:getFPToSI (Results 1 – 13 of 13) 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/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/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/llvm/lib/Analysis/
DValueTracking.cpp3885 CastedTo = ConstantExpr::getFPToSI(C, CI->getSrcTy(), true); in lookThroughCast()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1006 See the method [llvm::ConstantExpr::getFPToSI]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1175 See the method [llvm::ConstantExpr::getFPToSI]. *)