Searched refs:popLastNVariables (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstraintSystem.h84 void popLastNVariables(unsigned N) { function in class:llvm::ConstraintSystem
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp152 void popLastNVariables(bool Signed, unsigned N) { function in class:__anon3429::ConstraintInfo
153 getCS(Signed).popLastNVariables(N);
996 Info.popLastNVariables(E.IsSigned, E.ValuesToRelease.size());

Completed in 140 milliseconds