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 81 APInt LHSExt = C1->getValue(), RHSExt = C2->getValue();
83 LHSExt = LHSExt.sext(W * 2);
86 LHSExt = LHSExt.zext(W * 2);
90 APInt MulExt = LHSExt * RHSExt;
    [all...]
InstCombineCompares.cpp     [all...]

Completed in 55 milliseconds