Home
last modified time | relevance | path

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

/freebsd-14.2/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.h399 UINT64 LeftValue,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp171 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local
172 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure()
173 IntegerType *IndVarTy = cast<IntegerType>(LeftValue->getType()); in parseLoopStructure()
182 std::swap(LeftValue, RightValue); in parseLoopStructure()
415 Result.IndVarBase = LeftValue; in parseLoopStructure()