Home
last modified time | relevance | path

Searched defs:SearchIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp78 struct SearchIndex { struct
79 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;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp1111 Value *SearchIndex = PSearch->getIncomingValue(1); in recognizeFindFirstByte() local