Searched refs:getAShr (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | ConstantFolder.h | 85 return ConstantExpr::getAShr(LHS, RHS, isExact);
|
| HD | TargetFolder.h | 97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
|
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | Constants.h | 852 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false); 900 return getAShr(C1, C2, true);
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | Constants.cpp | 2123 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
|
| HD | Core.cpp | 955 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
|
| /trueos/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCompares.cpp | 1506 ConstantExpr::getAShr(RHS, in visitICmpInstWithInstAndIntCst()
|