Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp401 auto InsertHelper = [&](Value *Op, bool isAnd, bool isOr, Value *Cond) { in processBranch() argument
410 if ((isAnd && !TakenEdge) || (isOr && TakenEdge)) in processBranch()
422 bool isAnd = false; in processBranch() local
431 isAnd = true; in processBranch()
445 InsertHelper(Op, isAnd, isOr, Cmp); in processBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp38563 bool &isAnd) { in checkBoolTestAndOrSetCCCombine() argument
38571 isAnd = false; in checkBoolTestAndOrSetCCCombine()
38578 isAnd = true; in checkBoolTestAndOrSetCCCombine()