Home
last modified time | relevance | path

Searched defs:NegativeOne (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/gsc-utils/rust/enum_utils_test/src/
H A Dlib.rs150 NegativeOne = -1, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1012 auto NegativeOne = ConstantInt::getSigned(Type::getInt64Ty(Ctx), -1); in insertLifetimeMarkersSurroundingCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1095 auto NegativeOne = ConstantInt::getSigned(Type::getInt64Ty(Ctx), -1); in insertLifetimeMarkersSurroundingCall() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp947 llvm::Value *NegativeOne = in EmitMemberPointerIsNotNull() local
H A DCGBuiltin.cpp880 Value *NegativeOne = ConstantInt::get(IntTy, -1); in EmitBuiltinExpr() local