Searched refs:LeftValue (Results 1 – 4 of 4) sorted by relevance
223 UINT64 LeftValue, in DtDoOperator() argument246 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 …]
399 UINT64 LeftValue,
177 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local178 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()
946 Value *LeftValue = ICI->getOperand(0); parseLoopStructure() local