Home
last modified time | relevance | path

Searched refs:areInvalidOperands (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DInstructions.h1758 assert(!areInvalidOperands(C, S1, S2) && "Invalid operands for select");
1804 static const char *areInvalidOperands(Value *Cond, Value *True, Value *False);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstants.cpp2412 assert(!SelectInst::areInvalidOperands(C, V1, V2)&&"Invalid select operands"); in getSelect()
DInstructions.cpp75 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) { in areInvalidOperands() function in SelectInst
DVerifier.cpp2749 Assert(!SelectInst::areInvalidOperands(SI.getOperand(0), SI.getOperand(1), in visitSelectInst()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp3612 if (const char *Reason = SelectInst::areInvalidOperands(Elts[0], Elts[1], in parseValID()
6774 if (const char *Reason = SelectInst::areInvalidOperands(Op0, Op1, Op2)) in parseSelect()