Searched defs:getValue2Index (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | ConstraintSystem.h | 96 const DenseMap<Value *, unsigned> &getValue2Index() const { in getValue2Index() function |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | ConstraintElimination.cpp | 288 return Signed ? SignedCS.getValue2Index() : UnsignedCS.getValue2Index(); in getValue2Index() function in __anone11d5b640111::ConstraintInfo |