Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h487 bool validateBranchCond(const ArrayRef<MachineOperand> &Cond) const;
H A DHexagonInstrInfo.cpp634 assert(validateBranchCond(Cond) && "Invalid branching condition"); in insertBranch()
4679 bool HexagonInstrInfo::validateBranchCond(const ArrayRef<MachineOperand> &Cond) in validateBranchCond() function in HexagonInstrInfo