Searched defs:NullPtr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp844 Constant *NullPtr = ConstantPointerNull::get(F->getType()); local
848 NullPtr,F->getName()+".fpcache");
866 NullPtr, "isNull");
885 PHINode *FuncPtr = PHINode::Create(NullPtr->getType(), 2,
/external/llvm/lib/VMCore/
H A DConstants.cpp1676 Constant *NullPtr = Constant::getNullValue(AligningTy->getPointerTo()); local
1680 Constant *GEP = getGetElementPtr(NullPtr, Indices);

Completed in 97 milliseconds