Searched refs:areInvalidOperands (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 1589 assert(!areInvalidOperands(C, S1, S2) && "Invalid operands for select"); 1632 static const char *areInvalidOperands(Value *Cond, Value *True, Value *False);
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2863 if (const char *Reason = SelectInst::areInvalidOperands(Elts[0], Elts[1], in ParseValID() 4952 if (const char *Reason = SelectInst::areInvalidOperands(Op0, Op1, Op2)) in ParseSelect()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1989 assert(!SelectInst::areInvalidOperands(C, V1, V2)&&"Invalid select operands"); in getSelect()
|
D | Instructions.cpp | 62 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) { in areInvalidOperands() function in SelectInst
|
D | Verifier.cpp | 1829 Assert(!SelectInst::areInvalidOperands(SI.getOperand(0), SI.getOperand(1), in visitSelectInst()
|