Searched refs:HRes (Results 1 – 2 of 2) sorted by relevance
/third_party/lzma/CPP/Common/ |
D | MyTypes.h | 9 typedef int HRes; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2755 SDValue HRes = DAG.getNode(Opcode, DL, VTs, Chain, H0, H1); in getVectorCmp() local 2757 SDValue Res = DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes); in getVectorCmp() 2760 HRes.getValue(1), LRes.getValue(1) }; in getVectorCmp() 2765 SDValue HRes = DAG.getNode(Opcode, DL, MVT::v2i64, H0, H1); in getVectorCmp() local 2767 return DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes); in getVectorCmp()
|