Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1890 bool IsBitTest = false; in foldSelectInstWithICmp() local
1894 IsBitTest = true; in foldSelectInstWithICmp()
1899 IsBitTest = true; in foldSelectInstWithICmp()
1904 IsBitTest = true; in foldSelectInstWithICmp()
1907 if (IsBitTest) { in foldSelectInstWithICmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2353 bool IsBitTest = TestBit != -1; in emitCompareAndBranch() local
2358 unsigned Opc = OpcTable[IsBitTest][IsCmpNE][Is64Bit]; in emitCompareAndBranch()
2368 if ((BW < 32) && !IsBitTest) in emitCompareAndBranch()
2376 if (IsBitTest) in emitCompareAndBranch()