Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5366 auto *LoadedCE = dyn_cast<ConstantExpr>(Loaded); in SimplifyRelativeLoad() local
5367 if (!LoadedCE) in SimplifyRelativeLoad()
5370 if (LoadedCE->getOpcode() == Instruction::Trunc) { in SimplifyRelativeLoad()
5371 LoadedCE = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad()
5372 if (!LoadedCE) in SimplifyRelativeLoad()
5376 if (LoadedCE->getOpcode() != Instruction::Sub) in SimplifyRelativeLoad()
5379 auto *LoadedLHS = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad()
5384 Constant *LoadedRHS = LoadedCE->getOperand(1); in SimplifyRelativeLoad()