Home
last modified time | relevance | path

Searched refs:getFPTrunc (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/IR/
HDConstants.h920 static Constant *getFPTrunc(Constant *C, Type *Ty,
/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp1608 return getFPTrunc(C, Ty, OnlyIfReduced); in getCast()
1741 Constant *ConstantExpr::getFPTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPTrunc() function in ConstantExpr
HDCore.cpp1196 return wrap(ConstantExpr::getFPTrunc(unwrap<Constant>(ConstantVal), in LLVMConstFPTrunc()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeDAG.cpp266 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()