Home
last modified time | relevance | path

Searched defs:RightValue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddtexpress.c117 UINT64 RightValue) in DtDoOperator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp208 int64_t RightValue = cantFail(RightOperand.getSignedValue()); in operator +() local
226 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator +() local
240 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator -() local
262 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator -() local
308 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator *() local
333 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator /() local
341 int64_t RightValue = cantFail(RightOperand.getSignedValue()); in max() local
347 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in max() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp805 Value *RightValue = ICI->getOperand(1); in parseLoopStructure() local