Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h397 bool validateBranchCond(const ArrayRef<MachineOperand> &Cond) const;
DHexagonInstrInfo.cpp485 assert(validateBranchCond(Cond) && "Invalid branching condition"); in InsertBranch()
3824 bool HexagonInstrInfo::validateBranchCond(const ArrayRef<MachineOperand> &Cond) in validateBranchCond() function in HexagonInstrInfo