Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp145 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize()); in set() local
148 TySize *= CUI->getZExtValue(); // Get total allocated size. in set()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp38 if (Constant *CUI = dyn_cast<Constant>(Op1)) in commonShiftTransforms() local
39 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I)) in commonShiftTransforms()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp616 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash() local
617 if (const auto *R = CUI.getFromHash(Hash)) in getDWOCompileUnitForHash()