Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/
H A DScalarizer.cpp1071 else if (Constant * vectorConst = dyn_cast<Constant>(origValue)) in obtainScalarizedValues() local
1073 V_PRINT(scalarizer, "\t\t\tProper constant: " << *vectorConst << "\n"); in obtainScalarizedValues()
1077 retValues[i + destIdx] = ConstantExpr::getExtractElement(vectorConst, in obtainScalarizedValues()