Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Bit

189   // The deleting destructors accept an i32 bitfield as a second parameter.  Bit
190 // 1 indicates if the memory should be deleted. Bit 2 indicates if the this
192 // bit 2 is zero, and therefore does not contain a loop.
729 // _CxxThrowException is stdcall on 32-bit x86 platforms.
2300 // Reset the bit in the mask so that the static variable may be
2417 // Test our bit from the guard variable.
2418 llvm::ConstantInt *Bit = llvm::ConstantInt::get(GuardTy, 1U << GuardNum);
2421 Builder.CreateICmpNE(Builder.CreateAnd(LI, Bit), Zero);
2426 // Set our bit in the guard variable and emit the initializer and add a global
2429 Builder.CreateStore(Builder.CreateOr(LI, Bit), GuardAddr);
3514 // cl.exe pads the base class array with 1 (in 32 bit mode) or 4 (in 64 bit