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

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DConstants.h952 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1362 ConstantExpr::getFPToSI(CFP, LHSConv->getOperand(0)->getType());
H A DInstCombineCompares.cpp4003 : ConstantExpr::getFPToSI(RHSC, IntTy);
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstants.cpp1553 return getFPToSI(C, Ty, OnlyIfReduced);
1733 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { function in class:ConstantExpr
H A DCore.cpp1226 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal),
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp4044 return ConstantExpr::getFPToSI(C, CI->getSrcTy(), true);

Completed in 212 milliseconds