Searched defs:CreateOr (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DConstantFolder.h90 Constant *CreateOr(Constant *LHS, Constant *RHS) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h102 Constant *CreateOr(Constant *LHS, Constant *RHS) const { function in class:llvm::TargetFolder
H A DNoFolder.h140 Instruction *CreateOr(Constant *LHS, Constant *RHS) const { function in class:llvm::NoFolder
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCExpr.h448 static const MCBinaryExpr *CreateOr(const MCExpr *LHS, const MCExpr *RHS, function in class:llvm::MCBinaryExpr
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h805 Value *CreateOr(Value *LHS, Value *RHS, const Twine &Name = "") { function in class:llvm::IRBuilder
814 Value *CreateOr(Value *LHS, const APInt &RHS, const Twine &Name = "") { function in class:llvm::IRBuilder
817 Value *CreateOr(Value *LHS, uint64_t RHS, const Twine &Name = "") { function in class:llvm::IRBuilder

Completed in 106 milliseconds