Home
last modified time | relevance | path

Searched refs:getAShr (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/llvm/include/llvm/Support/
HDConstantFolder.h85 return ConstantExpr::getAShr(LHS, RHS, isExact);
HDTargetFolder.h97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
/trueos/contrib/llvm/include/llvm/IR/
HDConstants.h852 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false);
900 return getAShr(C1, C2, true);
/trueos/contrib/llvm/lib/IR/
HDConstants.cpp2123 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
HDCore.cpp955 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.cpp1506 ConstantExpr::getAShr(RHS, in visitICmpInstWithInstAndIntCst()