HomeSort by relevance Sort by last modified time
    Searched refs:castIsValid (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 264 EXPECT_FALSE(CastInst::castIsValid(Instruction::BitCast,
267 EXPECT_FALSE(CastInst::castIsValid(Instruction::BitCast,
271 EXPECT_FALSE(CastInst::castIsValid(Instruction::AddrSpaceCast,
274 EXPECT_FALSE(CastInst::castIsValid(Instruction::AddrSpaceCast,
  /external/llvm/include/llvm/IR/
InstrTypes.h 621 static bool castIsValid(Instruction::CastOps op, Value *S, Type *DstTy);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 501 if (CastInst::castIsValid(Cast, C, DestTy))
    [all...]

Completed in 790 milliseconds