Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/ !
H A DScalarEvolution.cpp9803 static Constant *BuildConstantFromSCEV(const SCEV *V) { in BuildConstantFromSCEV() function
9815 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()