Searched defs:getFP (Results 1 – 4 of 4) sorted by relevance
2973 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP() function in ConstantDataArray2980 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP() function in ConstantDataArray2986 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP() function in ConstantDataArray3047 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector3055 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector3062 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
99 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } in getFP() function in __anonac3cecfd0311::OperandsSignature::OpKind
1293 frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); } in getFP() function
1839 uint64_t getFP() const { return _registers.__fp; } in getFP() function in libunwind::Registers_arm64