Home
last modified time | relevance | path

Searched refs:isBitOrNoopPointerCastable (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
DLoads.cpp233 CastInst::isBitOrNoopPointerCastable(LI->getType(), AccessTy, DL)) { in FindAvailableLoadedValue()
245 CastInst::isBitOrNoopPointerCastable(SI->getValueOperand()->getType(), in FindAvailableLoadedValue()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2087 if (!CastInst::isBitOrNoopPointerCastable(NewRetTy, OldRetTy, DL)) { in transformConstExprCastCall()
2136 if (!CastInst::isBitOrNoopPointerCastable(ActTy, ParamTy, DL)) in transformConstExprCastCall()
/external/llvm/include/llvm/IR/
DInstrTypes.h773 static bool isBitOrNoopPointerCastable(
/external/llvm/lib/IR/
DInstructions.cpp2886 bool CastInst::isBitOrNoopPointerCastable(Type *SrcTy, Type *DestTy, in isBitOrNoopPointerCastable() function in CastInst