Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.cpp328 const ListInit *PropList = R->getValueAsListInit("IntrProperties"); in CodeGenIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp399 static std::optional<size_t> getPropIndex(ArrayRef<T> PropList, in getPropIndex()