Searched defs:CreateLShr (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h91 Constant *CreateLShr(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.h93 Constant *CreateLShr(Constant *LHS, Constant *RHS, function in class:llvm::ConstantFolder
H A DIRBuilder.h1321 Value *CreateLShr(Value *LHS, Value *RHS, const Twine &Name = "", function in class:llvm::IRBuilder
1331 Value *CreateLShr(Value *LHS, const APInt &RHS, const Twine &Name = "", function in class:llvm::IRBuilder
1336 Value *CreateLShr(Value *LHS, uint64_t RHS, const Twine &Name = "", function in class:llvm::IRBuilder
H A DNoFolder.h147 Instruction *CreateLShr(Constant *LHS, Constant *RHS, function in class:llvm::NoFolder

Completed in 143 milliseconds