Home
last modified time | relevance | path

Searched refs:getContext (Results 1 – 25 of 808) sorted by relevance

12345678910>>...33

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp73 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
76 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()
79 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()
82 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
184 if (getContext().getTargetTriple().getArch() != Triple::x86) in EmitCOFFSafeSEH()
191 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in EmitCOFFSafeSEH()
221 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(Symbol, getContext()); in EmitCOFFSectionIndex()
232 const MCExpr *MCE = MCSymbolRefExpr::create(Symbol, getContext()); in EmitCOFFSecRel32()
236 MCE, MCConstantExpr::create(Offset, getContext()), getContext()); in EmitCOFFSecRel32()
251 Symbol, MCSymbolRefExpr::VK_COFF_IMGREL32, getContext()); in EmitCOFFImgRel32()
[all …]
H A DMCStreamer.cpp60 Section->PrintSwitchToSection(*Streamer.getContext().getAsmInfo(), in changeSection()
61 Streamer.getContext().getTargetTriple(), OS, in changeSection()
73 Value->print(OS, Streamer.getContext().getAsmInfo()); in emitValue()
78 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitRawBytes()
185 emitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size); in emitSymbolValue()
217 emitFill(*MCConstantExpr::create(NumBytes, getContext()), FillValue); in emitFill()
232 return getContext().getDwarfFile(Directory, Filename, FileNo, Checksum, in tryEmitDwarfFileDirective()
241 getContext().setMCLineTableRootFile(CUID, Directory, Filename, Checksum, in emitDwarfFile0Directive()
256 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa, in emitDwarfLocDirective()
261 MCDwarfLineTable &Table = getContext().getMCDwarfLineTable(CUID); in getDwarfLineTableSymbol()
[all …]
H A DMCDwarf.cpp49 MCSymbol *Start = S.getContext().createTempSymbol("debug_list_header_start"); in emitListsTableHeaderStart()
50 MCSymbol *End = S.getContext().createTempSymbol("debug_list_header_end"); in emitListsTableHeaderStart()
51 auto DwarfFormat = S.getContext().getDwarfFormat(); in emitListsTableHeaderStart()
61 S.emitInt16(S.getContext().getDwarfVersion()); in emitListsTableHeaderStart()
63 S.emitInt8(S.getContext().getAsmInfo()->getCodePointerSize()); in emitListsTableHeaderStart()
109 if (!MCOS->getContext().getDwarfLocSeen()) in make()
113 MCSymbol *LineSym = MCOS->getContext().createTempSymbol(); in make()
118 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc(); in make()
124 MCOS->getContext().clearDwarfLocSeen(); in make()
127 MCOS->getContext() in make()
[all …]
H A DMCObjectStreamer.cpp117 getContext().reportError(PendingFixup.Fixup.getLoc(), in resolvePendingFixups()
239 getContext().reportError( in emitValueImpl()
253 MCSymbol *Label = getContext().createTempSymbol("cfi"); in emitCFILabel()
260 Frame.Begin = getContext().createTempSymbol(); in emitCFIStartProcImpl()
265 Frame.End = getContext().createTempSymbol(); in emitCFIEndProcImpl()
342 getContext().clearDwarfLocSeen(); in changeSectionImpl()
371 getContext().reportError(Inst.getLoc(), Twine(Sec.getVirtualSectionKind()) + in emitInstruction()
468 MCContext &Context = OS.getContext(); in buildSymbolDiff()
520 MCContext &Ctx = getContext(); in emitDwarfLineEndEntry()
548 MCSymbol *LineSym = getContext().createTempSymbol(); in emitCVLocDirective()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp43 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOT, getContext()); in getTTypeGlobalReference()
44 MCSymbol *PCSym = getContext().createTempSymbol(); in getTTypeGlobalReference()
46 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); in getTTypeGlobalReference()
47 return MCBinaryExpr::createSub(Res, PC, getContext()); in getTTypeGlobalReference()
68 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOT, getContext()); in getIndirectSymViaGOTPCRel()
69 MCSymbol *PCSym = getContext().createTempSymbol(); in getIndirectSymViaGOTPCRel()
71 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); in getIndirectSymViaGOTPCRel()
72 return MCBinaryExpr::createSub(Res, PC, getContext()); in getIndirectSymViaGOTPCRel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp27 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext()); in getTTypeGlobalReference()
28 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference()
29 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference()
50 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext()); in getIndirectSymViaGOTPCRel()
51 const MCExpr *Off = MCConstantExpr::create(FinalOff, getContext()); in getIndirectSymViaGOTPCRel()
52 return MCBinaryExpr::createAdd(Res, Off, getContext()); in getIndirectSymViaGOTPCRel()
57 return MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_DTPOFF, getContext()); in getDebugThreadLocalSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp102 Asm.getContext().reportError(Fixup.getLoc(), in getAArch64FixupKindMachOInfo()
182 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
193 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
200 Asm.getContext().reportError(Fixup.getLoc(), "unknown AArch64 fixup kind!"); in recordRelocation()
212 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
244 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
251 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
264 Asm.getContext().reportError( in recordRelocation()
271 Asm.getContext().reportError( in recordRelocation()
279 Asm.getContext().reportError( in recordRelocation()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp307 auto &C = getContext(); in emitModuleMetadata()
383 return getContext().getOrCreateSymbol(StringRef("DW.ref.") + in getCFIPersonalitySymbol()
395 cast<MCSymbolELF>(getContext().getOrCreateSymbol(NameData)); in emitPersonalityValue()
399 MCSection *Sec = getContext().getELFNamedSection(".data", Label->getName(), in emitPersonalityValue()
405 const MCExpr *E = MCConstantExpr::create(Size, getContext()); in emitPersonalityValue()
429 getTTypeReference(MCSymbolRefExpr::create(SSym, getContext()), in getTTypeGlobalReference()
774 GO->getContext().diagnose(LoweringDiagnosticInfo( in selectExplicitSectionGlobal()
789 return selectExplicitSectionGlobal(GO, Kind, TM, getContext(), getMangler(), in getExplicitSectionGlobal()
867 return selectELFSectionForGlobal(getContext(), GO, Kind, getMangler(), TM, in SelectSectionForGlobal()
880 &F, Kind, TM, getContext(), getMangler(), NextUniqueID, in getUniqueSectionForFunction()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp25 StatTy = ArrayType::get(Type::getInt8PtrTy(M->getContext()), 2); in SanitizerStatReport()
37 return StructType::get(M->getContext(), {Type::getInt8PtrTy(M->getContext()), in makeModuleStatsTy()
38 Type::getInt32Ty(M->getContext()), in makeModuleStatsTy()
77 PointerType *Int8PtrTy = Type::getInt8PtrTy(M->getContext()); in finish()
78 IntegerType *Int32Ty = Type::getInt32Ty(M->getContext()); in finish()
79 Type *VoidTy = Type::getVoidTy(M->getContext()); in finish()
96 auto BB = BasicBlock::Create(M->getContext(), "", F); in finish()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp69 getType()->getContext().pImpl->MetadataAsValues.erase(MD); in ~MetadataAsValue()
122 LLVMContext &Context = getContext(); in handleChangedMetadata()
365 auto &Context = V->getContext(); in get()
383 return V->getContext().pImpl->ValuesAsMetadata.lookup(V); in getIfExists()
389 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion()
411 LLVMContext &Context = From->getType()->getContext(); in handleRAUW()
807 return uniquifyImpl(SubclassThis, getContext().pImpl->CLASS##s); \ in uniquify()
819 getContext().pImpl->CLASS##s.erase(cast<CLASS>(this)); \ in eraseFromStore()
868 getContext().pImpl->DistinctMDNodes.push_back(this); in storeDistinctInContext()
919 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in concatenate()
[all …]
H A DConstants.cpp352 return ConstantFP::get(Ty->getContext(), in getNullValue()
355 return ConstantFP::get(Ty->getContext(), in getNullValue()
358 return ConstantFP::get(Ty->getContext(), in getNullValue()
361 return ConstantFP::get(Ty->getContext(), in getNullValue()
364 return ConstantFP::get(Ty->getContext(), in getNullValue()
367 return ConstantFP::get(Ty->getContext(), in getNullValue()
370 return ConstantFP::get(Ty->getContext(), in getNullValue()
381 return ConstantTokenNone::get(Ty->getContext()); in getNullValue()
392 Constant *C = ConstantInt::get(Ty->getContext(), V); in getIntegerValue()
407 return ConstantInt::get(Ty->getContext(), in getAllOnesValue()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp75 const SourceMgr *SourceManager = getContext().getSourceManager(); in emitPrefixedInstruction()
149 getContext().getOrCreateSymbol(SymExpr->getSymbol().getName()); in emitGOTToPCRelReloc()
150 const MCExpr *LabelExpr = MCSymbolRefExpr::create(LabelSym, getContext()); in emitGOTToPCRelReloc()
151 const MCExpr *Eight = MCConstantExpr::create(8, getContext()); in emitGOTToPCRelReloc()
154 MCBinaryExpr::createSub(LabelExpr, Eight, getContext()); in emitGOTToPCRelReloc()
155 MCSymbol *CurrentLocation = getContext().createTempSymbol(); in emitGOTToPCRelReloc()
157 MCSymbolRefExpr::create(CurrentLocation, getContext()); in emitGOTToPCRelReloc()
160 MCBinaryExpr::createSub(CurrentLocationExpr, SubExpr, getContext()); in emitGOTToPCRelReloc()
184 getContext().getOrCreateSymbol(SymExpr->getSymbol().getName()); in emitGOTToPCRelLabel()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp88 return ABIArgInfo::getIndirect(getContext().getTypeAlignInChars(Ty), ByVal, in getNaturalAlignIndirect()
94 return ABIArgInfo::getIndirectInReg(getContext().getTypeAlignInChars(Ty), in getNaturalAlignIndirectInReg()
108 if (EIT->getNumBits() < getContext().getTypeSize(getContext().IntTy)) in isPromotableIntegerTypeForABI()
206 ASTContext &ABIInfo::getContext() const { in getContext() function in ABIInfo
207 return CGT.getContext(); in getContext()
660 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()
734 ASTContext &Context = getContext(); in classifyArgumentType()
759 getContext().getTypeSize(getContext().getTargetInfo().hasInt128Type() in classifyReturnType()
760 ? getContext().Int128Ty in classifyReturnType()
761 : getContext().LongLongTy)) in classifyReturnType()
[all …]
H A DCGDebugInfo.cpp119 llvm::DILocation::get(DI->LexicalBlockStack.back()->getContext(), 0, 0, in init()
175 CurLoc = CGM.getContext().getSourceManager().getExpansionLoc(Loc); in setLocation()
183 SourceManager &SM = CGM.getContext().getSourceManager(); in setLocation()
224 return getOrCreateType(CGM.getContext().getTypeDeclType(RDecl), in getContextDescriptor()
230 PrintingPolicy PP = CGM.getContext().getPrintingPolicy(); in getPrintingPolicy()
336 ASTContext &Context = CGM.getContext(); in getClassName()
373 SourceManager &SM = CGM.getContext().getSourceManager(); in computeChecksum()
403 SourceManager &SM = CGM.getContext().getSourceManager(); in getOrCreateFile()
494 SourceManager &SM = CGM.getContext().getSourceManager(); in getLineNumber()
506 SourceManager &SM = CGM.getContext().getSourceManager(); in getColumnNumber()
[all …]
H A DCGOpenCLRuntime.cpp38 uint32_t AddrSpc = CGM.getContext().getTargetAddressSpace( in convertOpenCLSpecificType()
39 CGM.getContext().getOpenCLTypeAddrSpace(T)); in convertOpenCLSpecificType()
84 CGM.getContext().getTargetAddressSpace( in getPipeType()
85 CGM.getContext().getOpenCLTypeAddrSpace(T))); in getPipeType()
93 CGM.getContext().getTargetAddressSpace( in getSamplerType()
94 CGM.getContext().getOpenCLTypeAddrSpace(T))); in getSamplerType()
102 unsigned TypeSize = CGM.getContext() in getPipeElemSize()
112 unsigned TypeSize = CGM.getContext() in getPipeElemAlign()
122 CGM.getContext().getTargetAddressSpace(LangAS::opencl_generic)); in getGenericVoidPointerType()
H A DCGObjCRuntime.cpp33 return CGM.getContext().lookupFieldBitOffset(OID, nullptr, Ivar) / in ComputeIvarBaseOffset()
34 CGM.getContext().getCharWidth(); in ComputeIvarBaseOffset()
40 return CGM.getContext().lookupFieldBitOffset(OID->getClassInterface(), OID, in ComputeIvarBaseOffset()
42 CGM.getContext().getCharWidth(); in ComputeIvarBaseOffset()
49 return CGM.getContext().lookupFieldBitOffset(ID, ID->getImplementation(), in ComputeBitfieldBitOffset()
62 CGF.CGM.getContext().getObjCObjectPointerType(InterfaceTy); in EmitValueForIvarAtOffset()
90 CGF.CGM.getContext().lookupFieldBitOffset(OID, nullptr, Ivar); in EmitValueForIvarAtOffset()
91 uint64_t BitOffset = FieldBitOffset % CGF.CGM.getContext().getCharWidth(); in EmitValueForIvarAtOffset()
93 uint64_t BitFieldSize = Ivar->getBitWidthValue(CGF.getContext()); in EmitValueForIvarAtOffset()
94 CharUnits StorageSize = CGF.CGM.getContext().toCharUnitsFromBits( in EmitValueForIvarAtOffset()
[all …]
H A DCGObjC.cpp100 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
122 ASTContext &Context = CGM.getContext(); in EmitObjCCollectionLiteral()
133 QualType IdTy(CGM.getContext().getObjCIdType()); in EmitObjCCollectionLiteral()
735 CGF.getContext().VoidTy, in Emit()
817 ASTContext &Context = CGF.getContext(); in emitStructGetterCall()
833 CharUnits size = CGF.getContext().getTypeSizeInChars(ivar->getType()); in emitStructGetterCall()
924 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
989 CGM.getContext().getObjCGCAttrKind(ivarType))) { in PropertyImplStrategy()
1090 args.add(RValue::get(returnAddr), CGF.getContext().VoidPtrTy); in emitCPPObjectAtomicGetterCall()
1097 args.add(RValue::get(ivarAddr), CGF.getContext().VoidPtrTy); in emitCPPObjectAtomicGetterCall()
[all …]
H A DItaniumCXXABI.cpp360 if (isUniqueGVALinkage(getContext().GetGVALinkageForVariable(VD))) in isEmittedWithConstantInitializer()
361 return !VD->needsDestruction(getContext()) && InitDecl->evaluateValue(); in isEmittedWithConstantInitializer()
373 VD->needsDestruction(getContext()); in usesThreadWrapperFunction()
549 switch (CGM.getContext().getCXXABIKind()) { in CreateItaniumCXXABI()
580 if (CGM.getContext().getTargetInfo().getTriple().getArch() in CreateItaniumCXXABI()
819 getContext().getMemberPointerType( in EmitLoadOfMemberFunctionPointer()
821 getContext().getRecordType(Base).getTypePtr())); in EmitLoadOfMemberFunctionPointer()
1040 const ASTContext &Context = getContext(); in BuildMemberPointer()
1095 CharUnits ThisAdjustment = getContext().getMemberPointerPathAdjustment(MP); in EmitMemberPointer()
1101 getContext().toCharUnitsFromBits(getContext().getFieldOffset(MPD)); in EmitMemberPointer()
[all …]
H A DCGNonTrivialStruct.cpp73 ASTContext &getContext() { return Ctx; } in getContext() function
96 if (const auto *AT = asDerived().getContext().getAsArrayType(FT)) { in visitWithKind()
110 ASTContext &Ctx = asDerived().getContext(); in visitTrivial()
192 ASTContext &Ctx = asDerived().getContext(); in visitArray()
279 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind()
296 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind()
309 ASTContext &Ctx = CGM.getContext(); in getFunctionInfo()
355 ASTContext &Ctx = CGF.getContext(); in visitArray()
465 ASTContext &Ctx = CGM.getContext(); in getFunction()
541 Size.getQuantity() * this->CGF->getContext().getCharWidth()); in flushTrivialFields()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp89 FSamples->getContext().promoteOnPath(ContextStrToRemove); in moveToChildContext()
90 FSamples->getContext().setState(SyntheticContext); in moveToChildContext()
91 LLVM_DEBUG(dbgs() << " Context promoted to: " << FSamples->getContext() in moveToChildContext()
210 dbgs() << " Callee context found: " << FSamples->getContext() << "\n"; in getCalleeContextSamplesFor()
254 Samples->getContext().setState(InlinedContext); in getContextSamplesFor()
301 SampleContext &Context = CSamples->getContext(); in getBaseSamplesFor()
327 << InlinedSamples->getContext() << "\n"); in markContextSamplesInlined()
328 InlinedSamples->getContext().setState(InlinedContext); in markContextSamplesInlined()
354 if (FromSamples && FromSamples->getContext().hasState(InlinedContext)) in promoteMergeContextSamplesTree()
379 << FromSamples->getContext() << "\n"); in promoteMergeContextSamplesTree()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp82 MCContext &getContext() { return getStreamer().getContext(); } in getContext() function in __anon6b72d1e70111::X86WinCOFFTargetStreamer
102 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOProc()
120 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOData()
152 getContext().reportError( in checkInFPOPrologue()
161 MCSymbol *Label = getContext().createTempSymbol("cfi", true); in emitFPOLabel()
169 getContext().reportError( in emitFPOProc()
182 getContext().reportError(L, ".cv_fpo_endproc must appear after .cv_proc"); in emitFPOEndProc()
188 getContext().reportError(L, "missing .cv_fpo_endprologue"); in emitFPOEndProc()
242 getContext().reportError( in emitFPOStackAlign()
320 const MCRegisterInfo *MRI = OS.getContext().getRegisterInfo(); in emitFrameDataRecord()
[all …]
H A DX86MachObjectWriter.cpp157 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation()
165 Asm.getContext().reportError( in RecordX86_64Relocation()
181 Asm.getContext().reportError( in RecordX86_64Relocation()
190 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation()
220 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) in RecordX86_64Relocation()
260 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation()
266 Asm.getContext().reportError( in RecordX86_64Relocation()
286 Asm.getContext().reportError( in RecordX86_64Relocation()
314 Asm.getContext().reportError( in RecordX86_64Relocation()
333 Asm.getContext().reportError( in RecordX86_64Relocation()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h76 LLVMContext &Ctx = Fn.getContext(); in isEnabled()
102 LLVMContext &Ctx = Fn.getContext(); in isEnabled()
128 LLVMContext &Ctx = Fn.getContext(); in isEnabled()
162 MF.getFunction().getContext().getLLVMRemarkStreamer() || in allowExtraAnalysis()
163 MF.getFunction().getContext().getDiagHandlerPtr()->isAnyRemarkEnabled( in allowExtraAnalysis()
175 if (MF.getFunction().getContext().getLLVMRemarkStreamer() ||
177 .getContext()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainFDriver.cpp76 Type::getInt32Ty(mod->getContext()), in addMainFunction()
77 {Type::getInt32Ty(mod->getContext()), in addMainFunction()
78 Type::getInt8Ty(mod->getContext())->getPointerTo()->getPointerTo()}, in addMainFunction()
92 BasicBlock *bb = BasicBlock::Create(mod->getContext(), "main.0", main_func); in addMainFunction()
102 ReturnInst::Create(mod->getContext(), in addMainFunction()
103 ConstantInt::get(mod->getContext(), APInt(32, 0)), bb); in addMainFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp97 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSampler()
101 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSampler()
114 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSurface()
120 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSurface()
132 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePTexture()
139 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePTexture()

12345678910>>...33