/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instructions.h | 1399 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/ |
D | Verifier.cpp | 836 Assert1(!SelectInst::areInvalidOperands(SI.getOperand(0), SI.getOperand(1), in visitSelectInst()
|
D | Constants.cpp | 1584 assert(!SelectInst::areInvalidOperands(C, V1, V2)&&"Invalid select operands"); in getSelect()
|
D | Instructions.cpp | 61 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) { in areInvalidOperands() function in SelectInst
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 2313 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/ |
D | Instructions.h | 1906 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/ |
D | Instructions.h | 2154 assert(!areInvalidOperands(C, S1, S2) && "Invalid operands for select"); 2196 static const char *areInvalidOperands(Value *Cond, Value *True, Value *False);
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3204 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/ |
D | Constants.cpp | 1879 assert(!SelectInst::areInvalidOperands(C, V1, V2)&&"Invalid select operands"); in getSelect()
|
D | Verifier.cpp | 2208 Assert(!SelectInst::areInvalidOperands(SI.getOperand(0), SI.getOperand(1), in visitSelectInst()
|
D | Instructions.cpp | 62 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/ |
D | Constants.cpp | 1927 assert(!SelectInst::areInvalidOperands(C, V1, V2)&&"Invalid select operands"); in getSelect()
|
D | Instructions.cpp | 120 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) { in areInvalidOperands() function in SelectInst
|
D | Verifier.cpp | 2403 Assert(!SelectInst::areInvalidOperands(SI.getOperand(0), SI.getOperand(1), in visitSelectInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3493 if (const char *Reason = SelectInst::areInvalidOperands(Elts[0], Elts[1], in ParseValID() 6146 if (const char *Reason = SelectInst::areInvalidOperands(Op0, Op1, Op2)) in ParseSelect()
|