Home
last modified time | relevance | path

Searched refs:getOrigLane (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DInstrMaps.h73 std::optional<unsigned> getOrigLane(Action *Vec, Value *Orig) const { in getOrigLane() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DLegality.cpp199 std::optional<int> ExtractIdxOpt = IMaps.getOrigLane(VecOp, V); in getHowToCollectValues()