Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddtexpress.c115 UINT64 LeftValue, in DtDoOperator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp207 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator +() local
225 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator +() local
239 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator -() local
261 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator -() local
307 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator *() local
332 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator /() local
340 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in max() local
346 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in max() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp801 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local