Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoads.cpp206 CastInst::isBitOrNoopPointerCastable(LI->getType(), AccessTy, DL)) { in FindAvailableLoadedValue()
218 CastInst::isBitOrNoopPointerCastable(SI->getValueOperand()->getType(), in FindAvailableLoadedValue()
/external/llvm/include/llvm/IR/
DInstrTypes.h572 static bool isBitOrNoopPointerCastable(
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1487 if (!CastInst::isBitOrNoopPointerCastable(NewRetTy, OldRetTy, DL)) { in transformConstExprCastCall()
1539 if (!CastInst::isBitOrNoopPointerCastable(ActTy, ParamTy, DL)) in transformConstExprCastCall()
/external/llvm/lib/IR/
DInstructions.cpp2612 bool CastInst::isBitOrNoopPointerCastable(Type *SrcTy, Type *DestTy, in isBitOrNoopPointerCastable() function in CastInst