Searched refs:getFPToSI (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
H A DConstants.h895 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1374 ConstantExpr::getFPToSI(CFP, LHSConv->getOperand(0)->getType());
H A DInstCombineCompares.cpp3859 : ConstantExpr::getFPToSI(RHSC, IntTy);
/external/llvm/lib/IR/
H A DConstants.cpp1593 return getFPToSI(C, Ty, OnlyIfReduced);
1773 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { function in class:ConstantExpr
H A DCore.cpp1210 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal),
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1145 See the method [llvm::ConstantExpr::getFPToSI]. *)

Completed in 179 milliseconds