Searched defs:castIsValid (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp2250 assert(castIsValid(op, S, Ty) && "Invalid cast!");
2273 assert(castIsValid(op, S, Ty) && "Invalid cast!");
2486 // logic in the castIsValid function below. This axiom should hold:
2487 // castIsValid( getCastOpcode(Val, Ty), Val, Ty)
2488 // should not assert in castIsValid. In other words, this produces a "correct"
2601 CastInst::castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) { function in class:CastInst
2667 assert(castIsValid(getOpcode(), S, Ty) && "Illegal Trunc");
2673 assert(castIsValid(getOpcode(), S, Ty) && "Illegal Trunc");
2679 assert(castIsValid(getOpcode(), S, Ty) && "Illegal ZExt");
2685 assert(castIsValid(getOpcod
[all...]

Completed in 353 milliseconds