Searched defs:ConstAdd (Results 1 – 2 of 2) sorted by relevance
909 func ConstAdd(lhs, rhs Value) (v Value) { v.C = C.LLVMConstAdd(lhs.C, rhs.C); return } func
2617 APInt ConstAdd = C1 + C2; in getAddExpr() local