Home
last modified time | relevance | path

Searched defs:Coefficient (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DConstraintSystem.cpp118 std::string Coefficient; in dump() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp144 void set(short Coefficient, Value *V) { in set()
148 void set(const APFloat &Coefficient, Value *V) { in set()
152 void set(const ConstantFP *Coefficient, Value *V) { in set()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DConstraintElimination.cpp187 int64_t Coefficient; member