Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp776 if (auto ConstUE = dyn_cast<ConstantExpr>(V)) { in transConstant() local
777 auto Inst = ConstUE->getAsInstruction(); in transConstant()
778 SPIRVDBG(dbgs() << "ConstantExpr: " << *ConstUE << '\n'; in transConstant()
886 } else if (ConstantExpr *ConstUE = dyn_cast_or_null<ConstantExpr>(Init)) { in transValueWithoutDecoration() local
887 Instruction * Inst = ConstUE->getAsInstruction(); in transValueWithoutDecoration()