Searched defs:F64 (Results 1 – 12 of 12) sorted by relevance
85 def F64(self): member in TypeAliases
137 func (rcv *TypeAliases) F64() float64 { func
38 …public double F64 { get { int o = __p.__offset(22); return o != 0 ? __p.bb.GetDouble(o + __p.bb_po… property
363 class F64(Scalar): class
268 double F64[2]; member
380 double F64[2]; member
55 F64 = 12; enumerator
272 F64 = kDataTypeF | 64, enumerator
4303 if (const auto *F64 = llvm::dyn_cast<const ConstantDouble>(Src)) { in isFloatingPointZero() local6257 const auto *F64 = llvm::dyn_cast<ConstantDouble>(Opnd); in operandNeedsGot() local
442 const double F64 = llvm::cast<const ConstantDouble>(C)->getValue(); in canHoldImm() local
302 Double F64; member
2954 enum VFPType { S32, U32, F32, F64 }; enumerator