Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp1002 if (!CastInst::isBitCastable(NewRetTy, OldRetTy)) { in transformConstExprCastCall()
1043 if (!CastInst::isBitCastable(ActTy, ParamTy)) in transformConstExprCastCall()
/trueos/contrib/llvm/include/llvm/IR/
HDInstrTypes.h535 static bool isBitCastable(
/trueos/contrib/llvm/lib/IR/
HDInstructions.cpp2602 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() function in CastInst