Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4859 auto *LoadedCE = dyn_cast<ConstantExpr>(Loaded); in SimplifyRelativeLoad() local
4860 if (!LoadedCE) in SimplifyRelativeLoad()
4863 if (LoadedCE->getOpcode() == Instruction::Trunc) { in SimplifyRelativeLoad()
4864 LoadedCE = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad()
4865 if (!LoadedCE) in SimplifyRelativeLoad()
4869 if (LoadedCE->getOpcode() != Instruction::Sub) in SimplifyRelativeLoad()
4872 auto *LoadedLHS = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad()
4877 Constant *LoadedRHS = LoadedCE->getOperand(1); in SimplifyRelativeLoad()