Home
last modified time | relevance | path

Searched refs:BitCast (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSInvariant.cpp122 if (auto BitCast = llvm::dyn_cast<llvm::BitCastInst>(Inst)) { in markInvariantUserLoads() local
123 Changed |= markInvariantUserLoads(BitCast); in markInvariantUserLoads()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp513 case bitc::CAST_BITCAST : return Instruction::BitCast; in GetDecodedCastOpcode()
1559 assert(CE.getOpcode() == Instruction::BitCast || in getGlobalObjectInExpr()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp750 case bitc::CAST_BITCAST : return Instruction::BitCast; in GetDecodedCastOpcode()
1852 assert(CE.getOpcode() == Instruction::BitCast || in getGlobalObjectInExpr()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp92 case Instruction::BitCast : return bitc::CAST_BITCAST; in GetEncodedCastOpcode()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp77 case Instruction::BitCast : return bitc::CAST_BITCAST; in GetEncodedCastOpcode()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp77 case Instruction::BitCast : return bitc::CAST_BITCAST; in GetEncodedCastOpcode()