Searched refs:FCmpOLTMask (Results 1 – 3 of 3) sorted by relevance
121 llvm::Value* FCmpOLTMask(llvm::Value* lhs, llvm::Value* rhs);122 llvm::Value* FCmpOLTMask(llvm::Value* lhs, const llvm::APFloat& rhs) { in FCmpOLTMask() function123 return FCmpOLTMask(lhs, GetConstantFloat(lhs->getType(), rhs)); in FCmpOLTMask()
237 llvm::Value* mask = vsl.FCmpOLTMask(tmp0, cephes_SQRTHF); in GenerateVF32Log()
125 llvm::Value* VectorSupportLibrary::FCmpOLTMask(llvm::Value* lhs, in FCmpOLTMask() function in xla::cpu::VectorSupportLibrary