Home
last modified time | relevance | path

Searched refs:castIsValid (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2741 assert(castIsValid(op, S, Ty) && "Invalid cast!"); in Create()
2763 assert(castIsValid(op, S, Ty) && "Invalid cast!"); in Create()
3180 CastInst::castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) { in castIsValid() function in CastInst
3297 assert(castIsValid(getOpcode(), S, Ty) && "Illegal Trunc"); in TruncInst()
3303 assert(castIsValid(getOpcode(), S, Ty) && "Illegal Trunc"); in TruncInst()
3309 assert(castIsValid(getOpcode(), S, Ty) && "Illegal ZExt"); in ZExtInst()
3315 assert(castIsValid(getOpcode(), S, Ty) && "Illegal ZExt"); in ZExtInst()
3320 assert(castIsValid(getOpcode(), S, Ty) && "Illegal SExt"); in SExtInst()
3326 assert(castIsValid(getOpcode(), S, Ty) && "Illegal SExt"); in SExtInst()
3332 assert(castIsValid(getOpcode(), S, Ty) && "Illegal FPTrunc"); in FPTruncInst()
[all …]
DConstants.cpp1634 assert(CastInst::castIsValid(opc, C, Ty) && "Invalid constantexpr cast!"); in getCast()
1874 assert(CastInst::castIsValid(Instruction::BitCast, C, DstTy) && in getBitCast()
1886 assert(CastInst::castIsValid(Instruction::AddrSpaceCast, C, DstTy) && in getAddrSpaceCast()
DAutoUpgrade.cpp3905 !CastInst::castIsValid(Instruction::BitCast, CI, in UpgradeARCRuntime()
3919 if (!CastInst::castIsValid(Instruction::BitCast, Arg, in UpgradeARCRuntime()
DVerifier.cpp1943 Assert(CastInst::castIsValid(Instruction::BitCast, CE->getOperand(0), in visitConstantExpr()
2800 CastInst::castIsValid(Instruction::BitCast, I.getOperand(0), I.getType()), in visitBitCastInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp154 if (COp && CastInst::castIsValid(I.getOpcode(), COp, I.getType())) { in visitCastInst()
DConstantFolding.cpp98 assert(CastInst::castIsValid(Instruction::BitCast, C, DestTy) && in FoldBitCast()
344 if (CastInst::castIsValid(Cast, C, DestTy)) in ConstantFoldLoadThroughBitcast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h705 static bool castIsValid(Instruction::CastOps op, Value *S, Type *DstTy);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp3334 if (!CastInst::castIsValid((Instruction::CastOps)Opc, SrcVal, DestTy)) in ParseValID()
6559 if (!CastInst::castIsValid((Instruction::CastOps)Opc, Op, DestTy)) { in ParseCast()
6560 CastInst::castIsValid((Instruction::CastOps)Opc, Op, DestTy); in ParseCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3946 if (!CastInst::castIsValid(CastOp, Op, ResTy)) in parseFunctionBody()