Searched refs:LoBit (Results 1 – 2 of 2) sorted by relevance
152 *LoBit = DI->getArg(2); in buildRec() local154 !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() local447 LoBit = static_cast<unsigned>(cast<IntInit>(DV->getArg(2))->getValue()); in getInstructionCaseForEncoding()468 << utostr(LoBit) << ")" in getInstructionCaseForEncoding()
6409 Value *LoBit = Builder.CreateTrunc( in SwitchToLookupTable() local6411 Builder.CreateCondBr(LoBit, LookupBB, SI->getDefaultDest()); in SwitchToLookupTable()