Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9858 static Constant *BuildConstantFromSCEV(const SCEV *V) { in BuildConstantFromSCEV() function
9870 if (Constant *CastOp = BuildConstantFromSCEV(P2I->getOperand())) in BuildConstantFromSCEV()
9877 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV()
9885 Constant *OpC = BuildConstantFromSCEV(Op); in BuildConstantFromSCEV()
10129 Constant *C = BuildConstantFromSCEV(OpV); in computeSCEVAtScope()