HomeSort by relevance Sort by last modified time
    Searched refs:LHSExt (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 79 APInt LHSExt = C1->getValue(), RHSExt = C2->getValue();
81 LHSExt = LHSExt.sext(W * 2);
84 LHSExt = LHSExt.zext(W * 2);
88 APInt MulExt = LHSExt * RHSExt;
    [all...]
InstCombineCompares.cpp     [all...]

Completed in 331 milliseconds