Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp53 static bool cheapToScalarize(Value *V, bool IsConstantExtractIndex) { in cheapToScalarize() argument
56 return IsConstantExtractIndex || C->getSplatValue(); in cheapToScalarize()
62 return IsConstantExtractIndex; in cheapToScalarize()
69 if (cheapToScalarize(V0, IsConstantExtractIndex) || in cheapToScalarize()
70 cheapToScalarize(V1, IsConstantExtractIndex)) in cheapToScalarize()
75 if (cheapToScalarize(V0, IsConstantExtractIndex) || in cheapToScalarize()
76 cheapToScalarize(V1, IsConstantExtractIndex)) in cheapToScalarize()