Searched refs:getAShr (Results 1 – 4 of 4) sorted by relevance
1056 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false);1113 return getAShr(C1, C2, true);
2707 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
1658 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
1165 See the method [llvm::ConstantExpr::getAShr]. *)