Searched defs:IsLess (Results 1 – 4 of 4) sorted by relevance
143 bool IsLess = std::lexicographical_compare(LHS.begin(), LHS.end(), RHS.begin(), RHS.end()); in CompareElements() local
469 bool IsLess; variable
284 bool IsLess(const NodeDef& node) { return node.op() == "Less"; } in IsLess() function
635 llvm::Value *IsLess = CGF.Builder.CreateICmpULT(Counter, NumElementsPtr, in EmitAggMemberInitializer() local