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

/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Ddtexpress.c114 DtDoOperator( UINT64 LeftValue, UINT32 Operator, UINT64 RightValue) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp805 Value *RightValue = ICI->getOperand(1); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp208 int64_t RightValue = cantFail(RightOperand.getSignedValue()); local
226 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); local
240 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); local
262 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); local
308 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); local
333 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); local
341 int64_t RightValue = cantFail(RightOperand.getSignedValue()); local
347 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); local
[all...]

Completed in 105 milliseconds