Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching refs:Or

437   case bitc::BINOP_OR:   return Instruction::Or;
450 case bitc::RMW_OR: return AtomicRMWInst::Or;
889 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or
1166 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or
2670 // handles select i1 or select [N x i1]
2678 // select condition can be either i1 or [N x i1]
2738 // FCmp/ICmp returning bool or vector of bool
2775 case bitc::FUNC_CODE_INST_BR: { // BR: [bb#, bb#, opval] or [bb#]
3263 // If it's not a function or is already material, ignore the request.