Home
last modified time | relevance | path

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

/freebsd/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()
284 Result = LeftValue >> RightValue; in DtDoOperator()
289 Result = LeftValue << RightValue; in DtDoOperator()
294 Result = LeftValue < RightValue; in DtDoOperator()
299 Result = LeftValue > RightValue; in DtDoOperator()
[all …]
H A Ddtcompiler.h399 UINT64 LeftValue,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp177 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local
178 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure()
179 IntegerType *IndVarTy = cast<IntegerType>(LeftValue->getType()); in parseLoopStructure()
188 std::swap(LeftValue, RightValue); in parseLoopStructure()
421 Result.IndVarBase = LeftValue; in parseLoopStructure()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp946 Value *LeftValue = ICI->getOperand(0); parseLoopStructure() local