Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp171 std::string Coefficient; in dump() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h25 int64_t Coefficient; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp338 int64_t Coefficient; member