Searched refs:isBitCastable (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h535 static bool isBitCastable(
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1002 if (!CastInst::isBitCastable(NewRetTy, OldRetTy)) {
1043 if (!CastInst::isBitCastable(ActTy, ParamTy))
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp2602 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { function in class:CastInst

Completed in 105 milliseconds