Searched refs:FCmpEQMask (Results 1 – 3 of 3) sorted by relevance
116 llvm::Value* FCmpEQMask(llvm::Value* lhs, llvm::Value* rhs);117 llvm::Value* FCmpEQMask(llvm::Value* lhs, const llvm::APFloat& rhs) { in FCmpEQMask() function118 return FCmpEQMask(lhs, GetConstantFloat(lhs->getType(), rhs)); in FCmpEQMask()
207 llvm::Value* is_zero_mask = vsl.FCmpEQMask(input, vsl.GetZeroVector()); in GenerateVF32Log()208 llvm::Value* is_pos_inf_mask = vsl.FCmpEQMask(input, pos_inf); in GenerateVF32Log()
119 llvm::Value* VectorSupportLibrary::FCmpEQMask(llvm::Value* lhs, in FCmpEQMask() function in xla::cpu::VectorSupportLibrary