Home | History | Annotate | Download | only in Reader

Lines Matching refs:Or

164   case bitc::BINOP_OR:   return Instruction::Or;
177 case bitc::RMW_OR: return AtomicRMWInst::Or;
806 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or
2516 // handles select i1 or select [N x i1]
2524 // select condition can be either i1 or [N x i1]
2584 // FCmp/ICmp returning bool or vector of bool
2621 case bitc::FUNC_CODE_INST_BR: { // BR: [bb#, bb#, opval] or [bb#]
2689 // compared as signed or unsigned values. The partially
3209 // If it's not a function or is already material, ignore the request.