Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h483 bool validateBranchCond(const ArrayRef<MachineOperand> &Cond) const;
H A DHexagonInstrInfo.cpp592 assert(validateBranchCond(Cond) && "Invalid branching condition"); in insertBranch()
4608 bool HexagonInstrInfo::validateBranchCond(const ArrayRef<MachineOperand> &Cond) in validateBranchCond() function in HexagonInstrInfo