Home
last modified time | relevance | path

Searched refs:isPendingLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp277 assert(!Loc1.isPendingLoc() && !Loc2.isPendingLoc() && in resultsCompatible()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h125 bool isPendingLoc() const { return std::holds_alternative<unsigned>(Data); } in isPendingLoc() function