Home
last modified time | relevance | path

Searched refs:BTCC (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp6742 if (const SCEVConstant *BTCC = in computeSCEVAtScope() local
6748 getConstantEvolutionLoopExitValue(PN, BTCC->getAPInt(), LI); in computeSCEVAtScope()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp8252 if (auto *BTCC = dyn_cast<SCEVConstant>(BackedgeTakenCount)) { in computeSCEVAtScope() local
8257 getConstantEvolutionLoopExitValue(PN, BTCC->getAPInt(), LI); in computeSCEVAtScope()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp8492 if (auto *BTCC = dyn_cast<SCEVConstant>(BackedgeTakenCount)) { in computeSCEVAtScope() local
8497 PN, BTCC->getAPInt(), CurrLoop); in computeSCEVAtScope()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp22295 SDValue BTCC; in LowerSELECT() local
22296 if (SDValue BT = LowerAndToBT(Cond, ISD::SETNE, DL, DAG, BTCC)) { in LowerSELECT()
22297 CC = BTCC; in LowerSELECT()
23015 SDValue BTCC; in LowerBRCOND() local
23016 if (SDValue BT = LowerAndToBT(Cond, ISD::SETNE, dl, DAG, BTCC)) { in LowerBRCOND()
23017 CC = BTCC; in LowerBRCOND()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp23525 SDValue BTCC; in LowerSELECT() local
23526 if (SDValue BT = LowerAndToBT(Cond, ISD::SETNE, DL, DAG, BTCC)) { in LowerSELECT()
23527 CC = BTCC; in LowerSELECT()