Searched defs:Cast (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultCast.cpp72 ValueObjectConstResultCast::Cast (const CompilerType &compiler_type) function in class:ValueObjectConstResultCast
H A DValueObjectConstResultChild.cpp86 ValueObjectConstResultChild::Cast (const CompilerType &compiler_type) function in class:ValueObjectConstResultChild
H A DValueObjectConstResultImpl.cpp162 ValueObjectConstResultImpl::Cast (const CompilerType &compiler_type) function in class:ValueObjectConstResultImpl
H A DValueObjectConstResult.cpp370 ValueObjectConstResult::Cast (const CompilerType &compiler_type) function in class:ValueObjectConstResult
H A DScalar.cpp1060 Scalar::Cast(Scalar::Type type) function in class:Scalar
H A DValueObject.cpp3838 ValueObject::Cast (const CompilerType &compiler_type) function in class:ValueObject
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXFavorNonGenericAddrSpaces.cpp125 Operator *Cast = dyn_cast<Operator>(V); local
154 Operator *Cast = cast<Operator>(NewOperand); local
191 Operator *Cast = cast<Operator>(NewOperand); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp235 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp125 CastInst *Cast = dyn_cast<CastInst>(J); local
H A DSimplifyIndVar.cpp580 CastInst *Cast = dyn_cast<CastInst>(UseOper.first); local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp489 BitCastInst *Cast = new BitCastInst(Inst, From->getType()); local
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp482 Value *Cast = Builder.CreateBitCast(CI->getArgOperand(0), local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp296 Constant *Cast local
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp498 Instruction::CastOps Cast = Instruction::BitCast; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp848 SBValue::Cast (SBType type) function in class:SBValue
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp759 void ConsumedStmtVisitor::VisitCastExpr(const CastExpr *Cast) { argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp787 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, ScalarEvolution *SE, argument
H A DLoopStrengthReduce.cpp4600 Instruction *Cast = local
4720 Instruction *Cast = local
/freebsd-11.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp1326 std::string Cast; local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1531 Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI); local
2869 Constant *Cast local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1258 class Cast : public SExpr { class in namespace:clang::threadSafety
1262 Cast(TIL_CastOpcode Op, SExpr *E) : SExpr(COP_Cast), Expr0(E) { Flags = Op; } function in class:clang::threadSafety::Cast
1263 Cast(const Cast &C, SExpr *E) : SExpr(C), Expr0(E) { Flags = C.Flags; } function in class:clang::threadSafety::Cast
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp99 llvm::Value *Cast = Builder.CreateBitCast(GV, ConvertType(EncodingQT)); local
[all...]
H A DCGExpr.cpp1256 Address Cast = Builder.CreateElementBitCast(Addr, vec4Ty, "castToVec4"); local
H A DItaniumCXXABI.cpp3672 llvm::Value *Cast = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp6320 auto *Cast = dyn_cast<CastExpr>(NoParens); local

Completed in 492 milliseconds

12