Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:CI

190     ConstantInt *CI = dyn_cast<ConstantInt>(Idx);
191 assert(CI && "Struct type with non-constant index");
192 int64_t i = CI->getValue().getSExtValue();
224 if (ConstantInt *CI = dyn_cast<ConstantInt>(GN.Idx))
225 OS << CI->getValue().getSExtValue();