Lines Matching defs:FF
20326 // Build a 64 bit pair (FF, 0) in the constant pool, with FF in the hi bits.20327 APInt FF(64, 0x5F80000000000000ULL);20329 DAG.getConstantPool(ConstantInt::get(*DAG.getContext(), FF), PtrVT);20332 // Get a pointer to FF if the sign bit was set, or to 0 otherwise.