reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AtomicExpandPass.cpp
 1631       ConstantInt::get(Type::getInt32Ty(Ctx), (int)toCABI(Ordering));
 1636         ConstantInt::get(Type::getInt32Ty(Ctx), (int)toCABI(Ordering2));
tools/clang/lib/CodeGen/CGAtomic.cpp
 1437       RValue::get(llvm::ConstantInt::get(CGF.IntTy, (int)llvm::toCABI(AO))),
 1636                llvm::ConstantInt::get(CGF.IntTy, (int)llvm::toCABI(Success))),
 1639                llvm::ConstantInt::get(CGF.IntTy, (int)llvm::toCABI(Failure))),
 1947           RValue::get(llvm::ConstantInt::get(IntTy, (int)llvm::toCABI(AO))),