Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DVectorUtils.h99 static VFShape getScalarShape(const CallInst &CI) { in getScalarShape() function
269 if (Shape == VFShape::getScalarShape(CI)) in getVectorizedFunction()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp545 EXPECT_EQ(VFShape::getScalarShape(*CI), Shape); in TEST_F()
549 VFShape ScalarShape = VFShape::getScalarShape(*CI); in TEST_F()