Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp506 const Constant *ConstOp = dyn_cast<Constant>(Op); in ConstHasGlobalValuePredicate() local
507 if (!ConstOp) in ConstHasGlobalValuePredicate()
509 if (Visited.insert(ConstOp).second) in ConstHasGlobalValuePredicate()
510 WorkList.push_back(ConstOp); in ConstHasGlobalValuePredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp2386 const SCEVConstant *ConstOp = getConstantPart(Product); in gcdMIVtest() local
2387 if (!ConstOp) in gcdMIVtest()
2389 APInt ConstOpValue = ConstOp->getAPInt(); in gcdMIVtest()
DScalarEvolution.cpp3839 auto *ConstOp = dyn_cast<SCEVConstant>(Add->getOperand(0)); in splitAddExpr() local
3840 if (!ConstOp) in splitAddExpr()
3843 return {Add->getOperand(1), ConstOp->getValue()}; in splitAddExpr()
9422 const SCEV *NonConstOp, *ConstOp; in isKnownPredicateViaNoOverflow() local
9425 if (!splitBinaryAdd(Result, ConstOp, NonConstOp, FlagsPresent) || in isKnownPredicateViaNoOverflow()
9426 !isa<SCEVConstant>(ConstOp) || NonConstOp != X) in isKnownPredicateViaNoOverflow()
9429 OutY = cast<SCEVConstant>(ConstOp)->getAPInt(); in isKnownPredicateViaNoOverflow()