Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
Ddtexpress.c223 UINT64 LeftValue, in DtDoOperator()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/FileCheck/
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
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp801 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local