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

/macosx-10.10.1/llvmCore-3425.0.34/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
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCExpr.h405 static const MCBinaryExpr *CreateShl(const MCExpr *LHS, const MCExpr *RHS, function in class:llvm::MCBinaryExpr
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DIRBuilder.h660 Value *CreateShl(Value *LHS, Value *RHS, const Twine &Name = "", function in class:llvm::IRBuilder
668 Value *CreateShl(Value *LHS, const APInt &RHS, const Twine &Name = "", function in class:llvm::IRBuilder
673 Value *CreateShl(Value *LHS, uint64_t RHS, const Twine &Name = "", function in class:llvm::IRBuilder

Completed in 146 milliseconds