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

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 129 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize());
136 TySize *= CUI->getZExtValue(); // Get total allocated size.
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 38 if (Constant *CUI = dyn_cast<Constant>(Op1))
39 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I))
    [all...]

Completed in 43 milliseconds