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

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

Completed in 693 milliseconds