Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Fill

131   // Extract the length and alignment and fill if they are constant.
154 // Extract the fill value and store.
155 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL;
156 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest,