Home
last modified time | relevance | path

Searched defs:getFP (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp3033 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP() function in ConstantDataArray
3040 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP() function in ConstantDataArray
3046 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP() function in ConstantDataArray
3107 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
3115 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
3122 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFastISelEmitter.cpp99 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } in getFP() function in __anon2f99e1bb0311::OperandsSignature::OpKind
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h1296 frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); } in getFP() function