Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1048 virtual bool isLegalToVectorizeStore(StoreInst *SI) const { return true; } in isLegalToVectorizeStore() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1357 bool TargetTransformInfo::isLegalToVectorizeStore(StoreInst *SI) const { in isLegalToVectorizeStore() function in TargetTransformInfo