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

/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Ddtexpress.c106 * RightValue - Second 64-bit operand
118 UINT64 RightValue)
129 Result = ~RightValue;
134 Result = !RightValue;
139 Result = LeftValue * RightValue;
144 if (!RightValue)
151 Result = LeftValue / RightValue;
156 if (!RightValue)
163 Result = LeftValue % RightValue;
167 Result = LeftValue + RightValue;
115 DtDoOperator( UINT64 LeftValue, UINT32 Operator, UINT64 RightValue) argument
[all...]
H A Ddtcompiler.h280 UINT64 RightValue);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp702 Value *RightValue = ICI->getOperand(1); local
703 const SCEV *RightSCEV = SE.getSCEV(RightValue);
709 std::swap(LeftValue, RightValue);
796 RightValue = B.CreateAdd(RightValue, One);
818 RightValue = B.CreateSub(RightValue, One);
850 Result.LoopExitAt = RightValue;

Completed in 62 milliseconds