Searched defs:ConstantFP (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DConstants.h228 /// ConstantFP - Floating Point Values [float, double]
230 class ConstantFP : public Constant { class in namespace:llvm
233 ConstantFP(const ConstantFP &); // DO NOT IMPLEMENT
236 ConstantFP(Type *Ty, const APFloat& V);
248 /// get() - This returns a ConstantFP, or a vector containing a splat of a
249 /// ConstantFP, for the specified value in the specified type. This should
254 static ConstantFP *get(LLVMContext &Context, const APFloat &V);
255 static ConstantFP *getNegativeZero(Type* Ty);
256 static ConstantFP *getInfinit
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DISDOpcodes.h61 Constant, ConstantFP, enumerator in enum:llvm::ISD::NodeType
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp45 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(this))
58 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(this))
71 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(this))
86 return ConstantFP::get(Ty->getContext(),
89 return ConstantFP::get(Ty->getContext(),
92 return ConstantFP::get(Ty->getContext(),
95 return ConstantFP
576 ConstantFP::ConstantFP(Type *Ty, const APFloat& V) function in class:ConstantFP
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml274 | ConstantFP Constructor in type:ValueKind/t
H A Dllvm_ocaml.c532 ConstantFP, enumerator in enum:ValueKind
559 DEFINE_CASE(Val, ConstantFP);
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h61 Constant, ConstantFP, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/IR/
H A DConstants.cpp46 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(this))
51 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue()))
56 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue()))
72 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(this))
77 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(C
725 ConstantFP::ConstantFP(Type *Ty, const APFloat &V) function in class:ConstantFP
[all...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml219 | ConstantFP Constructor in type:ValueKind/t
H A Dllvm_ocaml.c421 ConstantFP, enumerator in enum:ValueKind
446 DEFINE_CASE(Val, ConstantFP);

Completed in 153 milliseconds