Home
last modified time | relevance | path

Searched defs:cast_or_null (Results 1 – 2 of 2) sorted by relevance

/llvm-project/polly/include/polly/Support/
H A DScopHelper.h170 static MemAccInst cast_or_null(llvm::Value &V) { in cast_or_null() function
167 static MemAccInst cast_or_null(llvm::Value &V) { cast_or_null() function
/llvm-project/llvm/unittests/Support/
H A DCasting.cpp190 TEST(CastingTest, cast_or_null) { in TEST() argument