Home
last modified time | relevance | path

Searched defs:Cast (Results 1 – 25 of 66) sorted by relevance

123

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp57 void ConversionChecker::checkPreStmt(const ImplicitCastExpr *Cast, in checkPreStmt()
139 bool ConversionChecker::isLossOfPrecision(const ImplicitCastExpr *Cast, in isLossOfPrecision()
195 bool ConversionChecker::isLossOfSign(const ImplicitCastExpr *Cast, in isLossOfSign()
H A DValistChecker.cpp171 if (const auto *Cast = dyn_cast<CastExpr>(E)) { in getVAListAsRegion() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DPHITransAddr.cpp187 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in PHITranslateSubExpr() local
381 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in InsertPHITranslatedSubExpr() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectConstResultCast.cpp60 ValueObjectConstResultCast::Cast(const CompilerType &compiler_type) { in Cast() function in ValueObjectConstResultCast
H A DValueObjectConstResultChild.cpp72 ValueObjectConstResultChild::Cast(const CompilerType &compiler_type) { in Cast() function in ValueObjectConstResultChild
H A DValueObjectConstResultImpl.cpp151 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { in Cast() function in ValueObjectConstResultImpl
H A DValueObjectConstResult.cpp297 ValueObjectConstResult::Cast(const CompilerType &compiler_type) { in Cast() function in ValueObjectConstResult
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp178 auto *Cast = CastInst::CreateBitOrPointerCast(&CB, RetTy, "", InsertBefore); in createRetBitCast() local
511 auto *Cast = CastInst::CreateBitOrPointerCast(Arg, FormalTy, "", &CB); in promoteCall() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp82 if (auto *Cast = dyn_cast<CastInst>(Op)) { in matchVPDPBUSDPattern() local
149 if (auto *Cast = dyn_cast<CastInst>(Op)) { in tryMAddReplacement() local
H A DX86LowerAMXType.cpp923 void X86LowerAMXCast::combineCastStore(IntrinsicInst *Cast, StoreInst *ST) { in combineCastStore()
950 bool X86LowerAMXCast::combineLoadCast(IntrinsicInst *Cast, LoadInst *LD) { in combineLoadCast()
994 for (auto *Cast : Casts) { in combineLdSt() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteKernelArguments.cpp120 Value *Cast = in promotePointer() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp182 Instruction *Cast = in createWrapper() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp243 if (auto *Cast = dyn_cast<BitCastInst>(Op0)) { in convertICmp() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp251 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { in evalDerivedToBase()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp514 Value *Cast = Builder.CreateBitCast(TheSrc, DestTy); in visitAllocaInst() local
526 Value *Cast = Builder.CreateBitCast(TheSrc, DestTy); in visitAllocaInst() local
H A DInstructionCombining.cpp332 auto *Cast = dyn_cast<CastInst>(BinOp1->getOperand(0)); in simplifyAssocCastAssoc() local
1056 if (auto *Cast = dyn_cast<CastInst>(&I)) in foldOperationIntoSelectOperand() local
1544 if (CastInst *Cast = dyn_cast<CastInst>(Op)) { in Descale() local
2996 auto *Cast = dyn_cast<CastInst>(&Inst); in tryToMoveFreeBeforeNullTest() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp370 Value *Cast = Builder.CreateTrunc(Call, Builder.getInt32Ty()); in expandIToFP() local
H A DStackColoring.cpp973 BitCastInst *Cast = new BitCastInst(Inst, From->getType()); in remapInstructions() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp327 Expr *Cast = M.makeReferenceCast(Param, ReturnType); in create_std_move_forward() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp514 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, in visitIVCast()
588 void visitCast(CastInst *Cast) override { visitIVCast(Cast, WI, SE, TTI); } in visitCast()
H A DSeparateConstOffsetFromGEP.cpp688 if (CastInst *Cast = dyn_cast<CastInst>(U)) { in distributeExtsAndCloneChain() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp2063 auto *Cast = dyn_cast<BitCastInst>(U.getUser()); in replacePrepare() local
2078 while (auto *Cast = dyn_cast<BitCastInst>(CastFn)) { in replacePrepare() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h908 if (const auto *Cast = dyn_cast<SExtInst>(Val)) { in minRequiredElementSize() local
913 if (const auto *Cast = dyn_cast<ZExtInst>(Val)) { in minRequiredElementSize() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp734 Value *Cast = IRB.CreateBitOrPointerCast(C, OrigTy); in instrumentAtomic() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp191 if (const BitCastInst *Cast = dyn_cast<BitCastInst>(Val)) in findPreviousSpillSlot() local

123