Home
last modified time | relevance | path

Searched defs:InvertCondition (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp259 bool InvertCondition) { in widenGuard()
330 GuardsInBlock, bool InvertCondition) { in eliminateInstrViaWidening()
500 bool InvertCondition) { in widenCondCommon()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp259 bool InvertCondition) { in widenGuard()
330 GuardsInBlock, bool InvertCondition) { in eliminateInstrViaWidening()
500 bool InvertCondition) { in widenCondCommon()
/external/vixl/src/aarch64/
Dconstants-aarch64.h299 inline Condition InvertCondition(Condition cond) { in InvertCondition() function