Home | History | Annotate | Download | only in IR

Lines Matching refs:Or

23 //    or to return one. [except constant arrays!]
174 // We must abort before returning back to the pass manager, or else the
190 // We must abort before returning back to the pass manager, or else the
416 "Global is external, but doesn't have external or dllimport or weak linkage!",
532 "Alias should have external or external weak linkage!", &GA);
547 "Aliasee should be either GlobalValue or bitcast of GlobalValue",
562 "Aliasing chain should end with function or global variable", &GA);
599 // If this was an instruction, bb, or argument, verify that it is in the
710 "module flag identifiers must be unique (or of 'require' type)",
775 // VerifyParameterAttrs - Check the given attributes for an argument or return
910 "Bitcast requires both operands to be pointer or neither", V);
1220 "trunc source and destination must both be a vector or neither", &I);
1235 "zext source and destination must both be a vector or neither", &I);
1256 "sext source and destination must both be a vector or neither", &I);
1273 "fptrunc source and destination must both be a vector or neither",&I);
1291 "fpext source and destination must both be a vector or neither", &I);
1306 "UIToFP source and dest must both be vector or scalar", &I);
1308 "UIToFP source must be integer or integer vector", &I);
1310 "UIToFP result must be FP or FP vector", &I);
1329 "SIToFP source and dest must both be vector or scalar", &I);
1331 "SIToFP source must be integer or integer vector", &I);
1333 "SIToFP result must be FP or FP vector", &I);
1352 "FPToUI source and dest must both be vector or scalar", &I);
1353 Assert1(SrcTy->isFPOrFPVectorTy(), "FPToUI source must be FP or FP vector",
1356 "FPToUI result must be integer or integer vector", &I);
1375 "FPToSI source and dest must both be vector or scalar", &I);
1377 "FPToSI source must be FP or FP vector", &I);
1379 "FPToSI result must be integer or integer vector", &I);
1443 // either nonexistent (because this is begin()) or is a PHI node. If not,
1609 case Instruction::Or:
1692 "GEP base pointer is not a vector or a vector of pointers", &GEP);
1895 "acquire, release, acq_rel, or seq_cst ordering.", &FI);
1923 "LandingPadInst needs at least one clause or to be a cleanup.", &LPI);
1998 // Check that the return value of the instruction is either void or a legal
2108 /// intrinsic argument or return value) matches the type constraints specified
2220 // or are local to *this* function.
2273 "or argument #2 must be a non-null constant.", &CI);