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