Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2185 auto *Op0Inst = dyn_cast<Instruction>(I.getOperand(0)); in foldBinOpOfDisplacedShifts() local
2187 if (!Op0Inst || !Op1Inst) in foldBinOpOfDisplacedShifts()
2192 static_cast<Instruction::BinaryOps>(Op0Inst->getOpcode()); in foldBinOpOfDisplacedShifts()