Searched defs:SearchIndex (Results 1 – 2 of 2) sorted by relevance
78 struct SearchIndex { struct79 std::string Name;80 SMLoc Loc; // Source location of PrimaryKey or Key field definition.81 SmallVector<GenericField, 1> Fields;82 bool EarlyOut = false;83 bool ReturnRange = false;
1111 Value *SearchIndex = PSearch->getIncomingValue(1); in recognizeFindFirstByte() local