Searched defs:ConstAdd (Results 1 – 2 of 2) sorted by relevance
619 const FAddend *ConstAdd = nullptr; in simplifyFAdd() local
841 func ConstAdd(lhs, rhs Value) (v Value) { v.C = C.LLVMConstAdd(lhs.C, rhs.C); return } func