Searched refs:BuildConstantFromSCEV (Results 1 – 1 of 1) sorted by relevance
9803 static Constant *BuildConstantFromSCEV(const SCEV *V) { in BuildConstantFromSCEV() function9815 if (Constant *CastOp = BuildConstantFromSCEV(P2I->getOperand())) in BuildConstantFromSCEV()9822 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV()9830 Constant *OpC = BuildConstantFromSCEV(Op); in BuildConstantFromSCEV()10074 Constant *C = BuildConstantFromSCEV(OpV); in computeSCEVAtScope()