Searched defs:LHSInst (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineSimplifyDemanded.cpp | 355 if (Instruction *LHSInst = dyn_cast<Instruction>(I->getOperand(0))) { SimplifyDemandedUseBits() local |
H A D | InstructionCombining.cpp | 1223 Instruction *LHSInst = dyn_cast<Instruction>(LHS); matchSymmetricPair() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | JumpThreading.cpp | 779 auto LHSInst = dyn_cast<Instruction>(LHS); computeValueKnownInPredecessorsImpl() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | CombinerHelper.cpp | 4839 MachineInstr *LHSInst = getDefIgnoringCopies(AndLHS, MRI); matchNarrowBinopFeedingAnd() local |