Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h1399 assert(!areInvalidOperands(C, S1, S2) && "Invalid operands for select");
1442 static const char *areInvalidOperands(Value *Cond, Value *True, Value *False);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp836 Assert1(!SelectInst::areInvalidOperands(SI.getOperand(0), SI.getOperand(1), in visitSelectInst()
DConstants.cpp1584 assert(!SelectInst::areInvalidOperands(C, V1, V2)&&"Invalid select operands"); in getSelect()
DInstructions.cpp61 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) { in areInvalidOperands() function in SelectInst
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2313 if (const char *Reason = SelectInst::areInvalidOperands(Elts[0], Elts[1], in ParseValID()
3391 if (const char *Reason = SelectInst::areInvalidOperands(Op0, Op1, Op2)) in ParseSelect()
/external/llvm/include/llvm/IR/
DInstructions.h1906 assert(!areInvalidOperands(C, S1, S2) && "Invalid operands for select");
1957 static const char *areInvalidOperands(Value *Cond, Value *True, Value *False);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h2154 assert(!areInvalidOperands(C, S1, S2) && "Invalid operands for select");
2196 static const char *areInvalidOperands(Value *Cond, Value *True, Value *False);
/external/llvm/lib/AsmParser/
DLLParser.cpp3204 if (const char *Reason = SelectInst::areInvalidOperands(Elts[0], Elts[1], in ParseValID()
5656 if (const char *Reason = SelectInst::areInvalidOperands(Op0, Op1, Op2)) in ParseSelect()
/external/llvm/lib/IR/
DConstants.cpp1879 assert(!SelectInst::areInvalidOperands(C, V1, V2)&&"Invalid select operands"); in getSelect()
DVerifier.cpp2208 Assert(!SelectInst::areInvalidOperands(SI.getOperand(0), SI.getOperand(1), in visitSelectInst()
DInstructions.cpp62 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) { in areInvalidOperands() function in SelectInst
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp1927 assert(!SelectInst::areInvalidOperands(C, V1, V2)&&"Invalid select operands"); in getSelect()
DInstructions.cpp120 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) { in areInvalidOperands() function in SelectInst
DVerifier.cpp2403 Assert(!SelectInst::areInvalidOperands(SI.getOperand(0), SI.getOperand(1), in visitSelectInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp3493 if (const char *Reason = SelectInst::areInvalidOperands(Elts[0], Elts[1], in ParseValID()
6146 if (const char *Reason = SelectInst::areInvalidOperands(Op0, Op1, Op2)) in ParseSelect()