Searched defs:UAdd (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Include/ |
D | Python-ast.h | 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty; enumerator
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty; enumerator
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 873 auto *UAdd = ExtractValueInst::Create(UAddWithOverflow, 0, "uadd", InsertPt); in CombineUAddWithOverflow() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1170 auto *UAdd = ExtractValueInst::Create(UAddWithOverflow, 0, "uadd", InsertPt); in CombineUAddWithOverflow() local
|