Searched refs:PtrToIntInst (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h262 void visitPtrToIntInst(PtrToIntInst &I) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp100 if (isa<PtrToIntInst>(P))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h146 void visitPtrToIntInst(PtrToIntInst &I);
H A DExecution.cpp1747 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h186 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
H A DInstructions.h5097 // PtrToIntInst Class
5101 class PtrToIntInst : public CastInst { class in inherits:CastInst
5106 /// Clone an identical PtrToIntInst.
5107 PtrToIntInst *cloneImpl() const;
5111 PtrToIntInst(
5119 PtrToIntInst(
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp189 if (AI == cast<PtrToIntInst>(I)->getOperand(0))
H A DAnalysis.cpp291 } else if (isa<PtrToIntInst>(I)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2960 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore);
2982 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd);
3537 PtrToIntInst::PtrToIntInst( function in class:PtrToIntInst
3543 PtrToIntInst::PtrToIntInst( function in class:PtrToIntInst
4432 PtrToIntInst *PtrToIntInst::cloneImpl() const {
4433 return new PtrToIntInst(getOperand(0), getType());
H A DVerifier.cpp489 void visitPtrToIntInst(PtrToIntInst &I);
3012 void Verifier::visitPtrToIntInst(PtrToIntInst &I) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp468 Arg = new PtrToIntInst(Arg, DstType, "PrintArgPtr", Brnch);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h272 void visitPtrToIntInst(PtrToIntInst &Inst) {
H A DInlineCost.cpp390 bool visitPtrToInt(PtrToIntInst &I);
1278 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) {
H A DVectorUtils.cpp557 if (isa<BitCastInst>(I) || isa<PtrToIntInst>(I) || isa<IntToPtrInst>(I) ||
H A DInstructionSimplify.cpp3403 if (MaxRecurse && isa<PtrToIntInst>(LI) &&
3411 } else if (PtrToIntInst *RI = dyn_cast<PtrToIntInst>(RHS)) {
H A DValueTracking.cpp2362 if (auto *P2I = dyn_cast<PtrToIntInst>(V))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp474 cast<PtrToIntInst>(I2P->getOperand(0))->getPointerOperand());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h137 Instruction *visitPtrToInt(PtrToIntInst &CI);
H A DInstCombinePHI.cpp145 if (auto *PI = dyn_cast<PtrToIntInst>(Arg)) {
H A DInstCombineCompares.cpp510 if (!isa<IntToPtrInst>(V) && !isa<PtrToIntInst>(V) &&
516 if (isa<IntToPtrInst>(V) || isa<PtrToIntInst>(V)) {
753 if (auto *CI = dyn_cast<PtrToIntInst>(V)) {
H A DInstCombineCasts.cpp1981 Instruction *InstCombinerImpl::visitPtrToInt(PtrToIntInst &CI) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1484 return V->getType()->isPointerTy() || isa<PtrToIntInst>(V);
3359 isa<PtrToIntInst>(LocalStackBaseAlloca)
3360 ? cast<PtrToIntInst>(LocalStackBaseAlloca)->getPointerOperand()
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1638 macro(PtrToIntInst) \
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3725 TrackUse = !isa<PtrToIntInst>(I);
4263 if (isa<PtrToIntInst>(UInst)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp747 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV)) {

Completed in 735 milliseconds

12