Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Or

315 /// Perform a derived-to-base or base-to-derived member pointer conversion.
509 // Get the function pointer (or index if this is a virtual function).
559 /// the same if they're either bitwise identical *or* both null.
571 llvm::Instruction::BinaryOps And, Or;
574 And = llvm::Instruction::Or;
575 Or = llvm::Instruction::And;
579 Or = llvm::Instruction::Or;
622 llvm::Value *OrAdj = Builder.CreateOr(LAdj, RAdj, "or.adj");
625 "cmp.or.adj");
630 llvm::Value *Result = Builder.CreateBinOp(Or, EqZero, AdjEq);
802 // We need an array cookie for pointers with strong or weak lifetime.