Searched refs:Cconst (Results 1 – 2 of 2) sorted by relevance
35 unsigned int Cconst : 1; member
3061 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local3062 if (!Bconst || !Cconst) return false; in propagateLine()3064 APInt Charlie = Cconst->getValue()->getValue(); in propagateLine()3076 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local3077 if (!Aconst || !Cconst) return false; in propagateLine()3079 APInt Charlie = Cconst->getValue()->getValue(); in propagateLine()3090 const SCEVConstant *Cconst = dyn_cast<SCEVConstant>(C); in propagateLine() local3091 if (!Aconst || !Cconst) return false; in propagateLine()3093 APInt Charlie = Cconst->getValue()->getValue(); in propagateLine()