Searched defs:inv_mant_mask (Results 1 – 2 of 2) sorted by relevance
313 const llvm::APFloat inv_mant_mask = GetIeeeF32FromBitwiseRep(~0x7f800000); in GenerateVF32Log() local
387 const vbool32 inv_mant_mask = (vbool32)vec_splats((unsigned int)~0xff800000); variable