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

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DConstantFolder.h75 Constant *CreateShl(Constant *LHS, Constant *RHS, function in class:llvm::ConstantFolder
H A DTargetFolder.h89 Constant *CreateShl(Constant *LHS, Constant *RHS, function in class:llvm::TargetFolder
H A DNoFolder.h118 Instruction *CreateShl(Constant *LHS, Constant *RHS, bool HasNUW = false, function in class:llvm::NoFolder
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h452 static const MCBinaryExpr *CreateShl(const MCExpr *LHS, const MCExpr *RHS, function in class:llvm::MCBinaryExpr
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h734 Value *CreateShl(Value *LHS, Value *RHS, const Twine &Name = "", function in class:llvm::IRBuilder
742 Value *CreateShl(Value *LHS, const APInt &RHS, const Twine &Name = "", function in class:llvm::IRBuilder
747 Value *CreateShl(Value *LHS, uint64_t RHS, const Twine &Name = "", function in class:llvm::IRBuilder

Completed in 72 milliseconds