Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantsTest.cpp265 CHECK(ConstantExpr::getFPTrunc(P2, FloatTy), "fptrunc double " P2STR in TEST()
/external/llvm/unittests/IR/
DConstantsTest.cpp264 CHECK(ConstantExpr::getFPTrunc(P2, FloatTy), "fptrunc double " P2STR in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h654 static Constant *getFPTrunc (Constant *C, Type *Ty);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h953 static Constant *getFPTrunc(Constant *C, Type *Ty,
/external/llvm/include/llvm/IR/
DConstants.h903 static Constant *getFPTrunc(Constant *C, Type *Ty,
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1243 case Instruction::FPTrunc: return getFPTrunc(C, Ty); in getCast()
1350 Constant *ConstantExpr::getFPTrunc(Constant *C, Type *Ty) { in getFPTrunc() function in ConstantExpr
DCore.cpp896 return wrap(ConstantExpr::getFPTrunc(unwrap<Constant>(ConstantVal), in LLVMConstFPTrunc()
/external/llvm/lib/IR/
DConstants.cpp1474 return getFPTrunc(C, Ty, OnlyIfReduced); in getCast()
1606 Constant *ConstantExpr::getFPTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPTrunc() function in ConstantExpr
DCore.cpp1288 return wrap(ConstantExpr::getFPTrunc(unwrap<Constant>(ConstantVal), in LLVMConstFPTrunc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp1524 return getFPTrunc(C, Ty, OnlyIfReduced); in getCast()
1656 Constant *ConstantExpr::getFPTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPTrunc() function in ConstantExpr
DCore.cpp1485 return wrap(ConstantExpr::getFPTrunc(unwrap<Constant>(ConstantVal), in LLVMConstFPTrunc()
/external/llvm/lib/Analysis/
DValueTracking.cpp3873 CastedTo = ConstantExpr::getFPTrunc(C, CI->getSrcTy(), true); in lookThroughCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp4773 CastedTo = ConstantExpr::getFPTrunc(C, SrcTy, true); in lookThroughCast()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp364 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp272 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli981 See the method [llvm::ConstantExpr::getFPTrunc]. *)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp308 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli1174 See the method [llvm::ConstantExpr::getFPTrunc]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1150 See the method [llvm::ConstantExpr::getFPTrunc]. *)