Home | History | Annotate | Download | only in VMCore

Lines Matching full:operand

132     /// dominance checks for the case when an instruction has an operand that is
380 Assert1(I.getOperand(i) != 0, "Operand is null", &I);
489 "Named metadata operand cannot be function local!", MD);
508 "Global metadata operand cannot be function local!", &MD, N);
512 Assert2(MD.isFunctionLocal(), "Invalid operand for global metadata!", &MD, Op);
802 "Function return type does not match operand "
827 "Indirectbr operand must have pointer type!", &BI);
1072 "Bitcast operand must not be aggregate", &I);
1249 "Invalid operand types for ICmp instruction", &IC);
1266 "Invalid operand types for FCmp instruction", &FC);
1314 Assert1(PTy, "Load operand must be a pointer.", &LI);
1317 "Load result type does not match pointer operand type!", &LI, ElTy);
1332 Assert1(PTy, "Store operand must be a pointer.", &SI);
1335 "Stored value type does not match pointer operand type!",
1367 Assert1(PTy, "First cmpxchg operand must be a pointer.", &CXI);
1370 "Expected value type does not match pointer operand type!",
1373 "Stored value type does not match pointer operand type!",
1384 Assert1(PTy, "First atomicrmw operand must be a pointer.", &RMWI);
1387 "Argument value type does not match pointer operand type!",
1460 "Catch operand does not have pointer type!", &LPI);
1464 "Filter operand is not an array of constants!", &LPI);
1515 Assert1(I.getOperand(i) != 0, "Instruction has null operand!", &I);
1559 Assert2(UseBlock, "Invoke operand is PHI node with bad incoming-BB",