Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInstructionSimplify.cpp4977 auto *LoadedCE = dyn_cast<ConstantExpr>(Loaded); in SimplifyRelativeLoad() local
4978 if (!LoadedCE) in SimplifyRelativeLoad()
4981 if (LoadedCE->getOpcode() == Instruction::Trunc) { in SimplifyRelativeLoad()
4982 LoadedCE = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad()
4983 if (!LoadedCE) in SimplifyRelativeLoad()
4987 if (LoadedCE->getOpcode() != Instruction::Sub) in SimplifyRelativeLoad()
4990 auto *LoadedLHS = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad()
4995 Constant *LoadedRHS = LoadedCE->getOperand(1); in SimplifyRelativeLoad()