Searched refs:LHSInst (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp292 if (Instruction *LHSInst = dyn_cast<Instruction>(I->getOperand(0)))
293 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() &&
295 isa<ConstantInt>(LHSInst->getOperand(1)) &&
297 ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp802 auto LHSInst = dyn_cast<Instruction>(LHS); local
803 if (LHSInst && LHSInst->getParent() == BB)

Completed in 107 milliseconds