HomeSort by relevance Sort by last modified time
    Searched defs:FCmpOLTMask (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
vector_support_library.cc 124 llvm::Value* VectorSupportLibrary::FCmpOLTMask(llvm::Value* lhs,
vector_support_library.h 117 llvm::Value* FCmpOLTMask(llvm::Value* lhs, llvm::Value* rhs);
118 llvm::Value* FCmpOLTMask(llvm::Value* lhs, const llvm::APFloat& rhs) {
119 return FCmpOLTMask(lhs, GetConstantFloat(lhs->getType(), rhs));

Completed in 62 milliseconds