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

/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Ddtexpress.c104 * PARAMETERS: LeftValue - First 64-bit operand
116 UINT64 LeftValue,
139 Result = LeftValue * RightValue;
151 Result = LeftValue / RightValue;
163 Result = LeftValue % RightValue;
167 Result = LeftValue + RightValue;
172 Result = LeftValue - RightValue;
177 Result = LeftValue >> RightValue;
182 Result = LeftValue << RightValue;
187 Result = LeftValue < RightValu
115 DtDoOperator( UINT64 LeftValue, UINT32 Operator, UINT64 RightValue) argument
[all...]
H A Ddtcompiler.h278 UINT64 LeftValue,
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp698 Value *LeftValue = ICI->getOperand(0); local
699 const SCEV *LeftSCEV = SE.getSCEV(LeftValue);
700 IntegerType *IndVarTy = cast<IntegerType>(LeftValue->getType());
709 std::swap(LeftValue, RightValue);
848 Result.IndVarNext = LeftValue;

Completed in 59 milliseconds