Searched refs:LeftValue (Results 1 – 3 of 3) 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()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 …]
399 UINT64 LeftValue,
171 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local172 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()