Home
last modified time | relevance | path

Searched refs:GlobalInt (Results 1 – 1 of 1) sorted by relevance

/external/llvm/unittests/IR/
DConstantsTest.cpp293 Constant *GlobalInt = ConstantExpr::getPtrToInt(Global, IntTy); in TEST() local
294 Constant *A0GVals[2] = {ConstantInt::get(IntTy, 0), GlobalInt}; in TEST()
302 GlobalInt->replaceAllUsesWith(ConstantInt::get(IntTy, 1)); in TEST()