Searched defs:CreateAShr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h83 Constant *CreateAShr(Constant *LHS, Constant *RHS, function in class:llvm::ConstantFolder
H A DNoFolder.h131 Instruction *CreateAShr(Constant *LHS, Constant *RHS, function in class:llvm::NoFolder
H A DIRBuilder.h930 Value *CreateAShr(Value *LHS, Value *RHS, const Twine &Name = "", function in class:llvm::IRBuilder
939 Value *CreateAShr(Value *LHS, const APInt &RHS, const Twine &Name = "", function in class:llvm::IRBuilder
943 Value *CreateAShr(Value *LHS, uint64_t RHS, const Twine &Name = "", function in class:llvm::IRBuilder
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h96 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{ function in class:llvm::TargetFolder

Completed in 43 milliseconds