Searched refs:areInvalidOperands (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1747 assert(!areInvalidOperands(C, S1, S2) && "Invalid operands for select"); 1793 static const char *areInvalidOperands(Value *Cond, Value *True, Value *False);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 2410 assert(!SelectInst::areInvalidOperands(C, V1, V2)&&"Invalid select operands"); in getSelect()
|
| H A D | Instructions.cpp | 71 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) { in areInvalidOperands() function in SelectInst
|
| H A D | Verifier.cpp | 2815 Assert(!SelectInst::areInvalidOperands(SI.getOperand(0), SI.getOperand(1), in visitSelectInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3923 if (const char *Reason = SelectInst::areInvalidOperands(Elts[0], Elts[1], in parseValID() 7073 if (const char *Reason = SelectInst::areInvalidOperands(Op0, Op1, Op2)) in parseSelect()
|