Home
last modified time | relevance | path

Searched defs:ConstAdd (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go909 func ConstAdd(lhs, rhs Value) (v Value) { v.C = C.LLVMConstAdd(lhs.C, rhs.C); return } func
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp2617 APInt ConstAdd = C1 + C2; in getAddExpr() local