Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInstructionSimplify.cpp5882 auto *LoadedCE = dyn_cast<ConstantExpr>(Loaded); in simplifyRelativeLoad() local
5883 if (!LoadedCE) in simplifyRelativeLoad()
5886 if (LoadedCE->getOpcode() == Instruction::Trunc) { in simplifyRelativeLoad()
5887 LoadedCE = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in simplifyRelativeLoad()
5888 if (!LoadedCE) in simplifyRelativeLoad()
5892 if (LoadedCE->getOpcode() != Instruction::Sub) in simplifyRelativeLoad()
5895 auto *LoadedLHS = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in simplifyRelativeLoad()
5900 Constant *LoadedRHS = LoadedCE->getOperand(1); in simplifyRelativeLoad()