Lines Matching refs:Or
77 return "select condition must be i1 or <n x i1>";
377 "createMalloc needs either InsertBefore or InsertAtEnd");
484 "createFree needs either InsertBefore or InsertAtEnd");
779 assert(BI.getNumOperands() == 3 && "BR can have 1 or 3 operands!");
1353 /// indices, either as Value* or uint64_t.
1612 /// output result. This is either -1 if the element is undef or a number less
1819 case And: case Or:
2431 /// @brief Create a BitCast or a PtrToInt cast instruction
2683 llvm_unreachable("Casting pointer or non-first class to float");
2686 "Illegal cast to vector (wrong type or size)");
2695 llvm_unreachable("Casting pointer to other than pointer or int");
2734 // scalars are not being converted to vectors or vectors to scalars).