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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h94 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{ function in class:llvm::TargetFolder
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h98 Constant *CreateAShr(Constant *LHS, Constant *RHS, function in class:llvm::ConstantFolder
H A DNoFolder.h154 Instruction *CreateAShr(Constant *LHS, Constant *RHS, function in class:llvm::NoFolder
H A DIRBuilder.h1341 Value *CreateAShr(Value *LHS, Value *RHS, const Twine &Name = "", function in class:llvm::IRBuilder
1351 Value *CreateAShr(Value *LHS, const APInt &RHS, const Twine &Name = "", function in class:llvm::IRBuilder
1356 Value *CreateAShr(Value *LHS, uint64_t RHS, const Twine &Name = "", function in class:llvm::IRBuilder

Completed in 72 milliseconds