Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.cpp190 *LoBit = DI->getArg(2); in buildRec() local
192 !isa<IntInit>(LoBit)) in buildRec()
196 LoBitVal = cast<IntInit>(LoBit)->getValue(); in buildRec()
213 Init *const NewArgs[] = {OperandName, LoBit, HiBit}; in buildRec()
468 unsigned LoBit = 0U; in getInstructionCaseForEncoding() local
475 LoBit = static_cast<unsigned>(cast<IntInit>(DV->getArg(2))->getValue()); in getInstructionCaseForEncoding()
497 << utostr(LoBit) << ")" in getInstructionCaseForEncoding()
500 HighScratchAccess = std::max(HighScratchAccess, NumBits + LoBit); in getInstructionCaseForEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6770 Value *LoBit = Builder.CreateTrunc( in SwitchToLookupTable() local
6772 Builder.CreateCondBr(LoBit, LookupBB, SI->getDefaultDest()); in SwitchToLookupTable()