Searched refs:BuildConstantFromSCEV (Results 1 – 1 of 1) sorted by relevance
9741 static Constant *BuildConstantFromSCEV(const SCEV *V) { in BuildConstantFromSCEV() function9753 if (Constant *CastOp = BuildConstantFromSCEV(P2I->getOperand())) in BuildConstantFromSCEV()9760 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV()9768 Constant *OpC = BuildConstantFromSCEV(Op); in BuildConstantFromSCEV()10012 Constant *C = BuildConstantFromSCEV(OpV); in computeSCEVAtScope()