Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.cpp178 *LoBit = DI->getArg(2); in buildRec() local
180 !isa<IntInit>(LoBit)) in buildRec()
184 LoBitVal = cast<IntInit>(LoBit)->getValue(); in buildRec()
201 Init *const NewArgs[] = {OperandName, LoBit, HiBit}; in buildRec()
465 unsigned LoBit = 0U; in getInstructionCaseForEncoding() local
472 LoBit = static_cast<unsigned>(cast<IntInit>(DV->getArg(2))->getValue()); in getInstructionCaseForEncoding()
494 << utostr(LoBit) << ")" in getInstructionCaseForEncoding()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6578 Value *LoBit = Builder.CreateTrunc( in SwitchToLookupTable() local
6580 Builder.CreateCondBr(LoBit, LookupBB, SI->getDefaultDest()); in SwitchToLookupTable()