Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Ddtexpress.c223 UINT64 LeftValue, in DtDoOperator() argument
246 Result = LeftValue * RightValue; in DtDoOperator()
258 Result = LeftValue / RightValue; in DtDoOperator()
270 Result = LeftValue % RightValue; in DtDoOperator()
274 Result = LeftValue + RightValue; in DtDoOperator()
279 Result = LeftValue - RightValue; in DtDoOperator()
294 Result = LeftValue < RightValue; in DtDoOperator()
299 Result = LeftValue > RightValue; in DtDoOperator()
324 Result = LeftValue & RightValue; in DtDoOperator()
329 Result = LeftValue ^ RightValue; in DtDoOperator()
[all …]
H A Ddtcompiler.h384 UINT64 LeftValue,
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp804 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local
805 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure()
806 IntegerType *IndVarTy = cast<IntegerType>(LeftValue->getType()); in parseLoopStructure()
815 std::swap(LeftValue, RightValue); in parseLoopStructure()
1038 Result.IndVarBase = LeftValue; in parseLoopStructure()