Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDConstraintSystem.h25 int64_t Coefficient; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDConstraintSystem.cpp171 std::string Coefficient; in dump() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDConstraintElimination.cpp338 int64_t Coefficient; member