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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp864 bool ConstIsRHS = isa<Constant>(I.getOperand(1)); local
865 Constant *ConstOperand = cast<Constant>(I.getOperand(ConstIsRHS));
868 if (ConstIsRHS)
874 if (!ConstIsRHS)
961 bool ConstIsRHS = isa<Constant>(I->getOperand(1)); local
962 Constant *C = cast<Constant>(I->getOperand(ConstIsRHS));
965 if (ConstIsRHS)
971 if (!ConstIsRHS)

Completed in 46 milliseconds