Searched refs:IsConstantExtractIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp49 /// vector operation. IsConstantExtractIndex indicates whether we are extracting
53 static bool cheapToScalarize(Value *V, bool IsConstantExtractIndex) { argument
56 return IsConstantExtractIndex || C->getSplatValue();
62 return IsConstantExtractIndex;
72 if (cheapToScalarize(V0, IsConstantExtractIndex) ||
73 cheapToScalarize(V1, IsConstantExtractIndex))
78 if (cheapToScalarize(V0, IsConstantExtractIndex) ||
79 cheapToScalarize(V1, IsConstantExtractIndex))

Completed in 54 milliseconds