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