Home
last modified time | relevance | path

Searched refs:sourceVector0Value (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.cpp878 Value* sourceVector0Value = SI->getOperand(0); in scalarizeInstruction() local
879 IGC_ASSERT(nullptr != sourceVector0Value); in scalarizeInstruction()
882 …xedVectorType* const inputType = dyn_cast<IGCLLVM::FixedVectorType>(sourceVector0Value->getType()); in scalarizeInstruction()
892 if (!isa<UndefValue>(sourceVector0Value)) in scalarizeInstruction()
894 obtainScalarizedValues(allValues, NULL, sourceVector0Value, SI, 0); in scalarizeInstruction()