Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.cpp152 *LoBit = DI->getArg(2); in buildRec() local
154 !isa<IntInit>(LoBit)) in buildRec()
158 LoBitVal = cast<IntInit>(LoBit)->getValue(); in buildRec()
176 Init *const NewArgs[] = {OperandName, LoBit, HiBit}; in buildRec()
440 unsigned LoBit = 0U; in getInstructionCaseForEncoding() local
447 LoBit = static_cast<unsigned>(cast<IntInit>(DV->getArg(2))->getValue()); in getInstructionCaseForEncoding()
468 << utostr(LoBit) << ")" in getInstructionCaseForEncoding()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6409 Value *LoBit = Builder.CreateTrunc( in SwitchToLookupTable() local
6411 Builder.CreateCondBr(LoBit, LookupBB, SI->getDefaultDest()); in SwitchToLookupTable()