Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1693 bool IsBitTest = false; in foldSelectInstWithICmp() local
1697 IsBitTest = true; in foldSelectInstWithICmp()
1702 IsBitTest = true; in foldSelectInstWithICmp()
1707 IsBitTest = true; in foldSelectInstWithICmp()
1710 if (IsBitTest) { in foldSelectInstWithICmp()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2358 bool IsBitTest = TestBit != -1; in emitCompareAndBranch() local
2363 unsigned Opc = OpcTable[IsBitTest][IsCmpNE][Is64Bit]; in emitCompareAndBranch()
2373 if ((BW < 32) && !IsBitTest) in emitCompareAndBranch()
2381 if (IsBitTest) in emitCompareAndBranch()