Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h274 bool callsReturnsTwice() const { return CallsReturnsTwice; } in callsReturnsTwice()
275 void setCallsReturnsTwice(bool RetTwice) { CallsReturnsTwice = RetTwice; } in setCallsReturnsTwice()
551 bool CallsReturnsTwice = false; variable