reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/InstrTypes.h
  626   static bool isBitOrNoopPointerCastable(

References

lib/Analysis/Loads.cpp
  416           CastInst::isBitOrNoopPointerCastable(LI->getType(), AccessTy, DL)) {
  434           CastInst::isBitOrNoopPointerCastable(SI->getValueOperand()->getType(),
lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
  150       if (CastInst::isBitOrNoopPointerCastable(ArgType, ParamType, DL)) {
  189     } else if (CastInst::isBitOrNoopPointerCastable(ExpectedRtnType, RtnType,
lib/Transforms/InstCombine/InstCombineCalls.cpp
 4442     if (!CastInst::isBitOrNoopPointerCastable(NewRetTy, OldRetTy, DL)) {
 4495     if (!CastInst::isBitOrNoopPointerCastable(ActTy, ParamTy, DL))
lib/Transforms/Utils/CallPromotionUtils.cpp
  330     if (!CastInst::isBitOrNoopPointerCastable(FuncRetTy, CallRetTy, DL)) {
  355     if (!CastInst::isBitOrNoopPointerCastable(ActualTy, FormalTy, DL)) {
lib/Transforms/Vectorize/LoopVectorize.cpp
 2659   if (CastInst::isBitOrNoopPointerCastable(SrcElemTy, DstElemTy, DL)) {