Home
last modified time | relevance | path

Searched refs:getFPCast (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DConstantFolder.h174 return ConstantExpr::getFPCast(C, DestTy); in CreateFPCast()
DConstants.h1064 static Constant *getFPCast(
/external/llvm/include/llvm/Analysis/
DTargetFolder.h188 return Fold(ConstantExpr::getFPCast(C, DestTy)); in CreateFPCast()
/external/llvm/lib/IR/
DConstants.cpp1622 Constant *ConstantExpr::getFPCast(Constant *C, Type *Ty) { in getFPCast() function in ConstantExpr
DCore.cpp1282 return wrap(ConstantExpr::getFPCast(unwrap<Constant>(ConstantVal), in LLVMConstFPCast()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1192 See the method [llvm::ConstantExpr::getFPCast]. *)