Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp275 std::pair<unsigned, unsigned> OpcodeAndSize = SeenOpcodes.pop_back_val(); in getConstantVRegValWithLookThrough() local
276 switch (OpcodeAndSize.first) { in getConstantVRegValWithLookThrough()
278 Val = Val.trunc(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()
281 Val = Val.sext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()
284 Val = Val.zext(OpcodeAndSize.second); in getConstantVRegValWithLookThrough()