Home
last modified time | relevance | path

Searched refs:CUI (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp129 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize()); in set() local
136 TySize *= CUI->getZExtValue(); // Get total allocated size. in set()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp38 if (Constant *CUI = dyn_cast<Constant>(Op1)) in commonShiftTransforms() local
39 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I)) in commonShiftTransforms()