Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h1752 assert(!areInvalidOperands(C, S1, S2) && "Invalid operands for select");
1794 static const char *areInvalidOperands(Value *Cond, Value *True, Value *False);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp1980 assert(!SelectInst::areInvalidOperands(C, V1, V2)&&"Invalid select operands"); in getSelect()
H A DInstructions.cpp78 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) { in areInvalidOperands() function in SelectInst
H A DVerifier.cpp2455 Assert(!SelectInst::areInvalidOperands(SI.getOperand(0), SI.getOperand(1), in visitSelectInst()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3513 if (const char *Reason = SelectInst::areInvalidOperands(Elts[0], Elts[1], in ParseValID()
6308 if (const char *Reason = SelectInst::areInvalidOperands(Op0, Op1, Op2)) in ParseSelect()