Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1488 bool IsBitTest = false; in foldSelectInstWithICmp() local
1492 IsBitTest = true; in foldSelectInstWithICmp()
1497 IsBitTest = true; in foldSelectInstWithICmp()
1502 IsBitTest = true; in foldSelectInstWithICmp()
1505 if (IsBitTest) { in foldSelectInstWithICmp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2334 bool IsBitTest = TestBit != -1; in emitCompareAndBranch() local
2339 unsigned Opc = OpcTable[IsBitTest][IsCmpNE][Is64Bit]; in emitCompareAndBranch()
2349 if ((BW < 32) && !IsBitTest) in emitCompareAndBranch()
2357 if (IsBitTest) in emitCompareAndBranch()