Searched refs:areInvalidOperands (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1719 assert(!areInvalidOperands(C, S1, S2) && "Invalid operands for select"); 1765 static const char *areInvalidOperands(Value *Cond, Value *True, Value *False);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 86 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) { in areInvalidOperands() function in SelectInst
|
| H A D | Verifier.cpp | 3063 Check(!SelectInst::areInvalidOperands(SI.getOperand(0), SI.getOperand(1), in visitSelectInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 7356 if (const char *Reason = SelectInst::areInvalidOperands(Op0, Op1, Op2)) in parseSelect()
|