reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
959 C = B.CreateAnd(C, B.getIntN(Width, 0xFF)); 959 C = B.CreateAnd(C, B.getIntN(Width, 0xFF)); 962 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width), 966 Value *Shl = B.CreateShl(B.getIntN(Width, 1ULL), C);