Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXSimdCFConformance.cpp2911 Type *EMType = in eliminateBitCastPreds() local
2930 if (PN->getType() != EMType) { in eliminateBitCastPreds()
2934 NewPN = PHINode::Create(EMType, PN->getNumIncomingValues(), "EMTerm", PN); in eliminateBitCastPreds()
2957 return Constant::getAllOnesValue(EMType); in eliminateBitCastPreds()
2961 IGC_ASSERT_MESSAGE(Val->getType() == EMType, "Unexpected final EM producer!"); in eliminateBitCastPreds()