Home
last modified time | relevance | path

Searched refs:isNoopCast (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h569 static bool isNoopCast(
577 bool isNoopCast(
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp590 if (CI->isNoopCast(TD ? TD->getIntPtrType(V->getContext()) : in findValueImpl()
601 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()), in findValueImpl()
/external/llvm/lib/Analysis/
DLint.cpp657 if (CI->isNoopCast(*DL)) in findValueImpl()
667 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()), in findValueImpl()
/external/llvm/include/llvm/IR/
DInstrTypes.h791 static bool isNoopCast(
799 bool isNoopCast(
806 bool isNoopCast(const DataLayout &DL) const;
/external/llvm/lib/IR/
DInstructions.cpp2367 bool CastInst::isNoopCast(Instruction::CastOps Opcode, in isNoopCast() function in CastInst
2397 bool CastInst::isNoopCast(Type *IntPtrTy) const { in isNoopCast() function in CastInst
2398 return isNoopCast(getOpcode(), getOperand(0)->getType(), getType(), IntPtrTy); in isNoopCast()
2401 bool CastInst::isNoopCast(const DataLayout &DL) const { in isNoopCast() function in CastInst
2411 return isNoopCast(getOpcode(), getOperand(0)->getType(), getType(), IntPtrTy); in isNoopCast()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1809 if (!CI->isNoopCast(CI->getModule()->getDataLayout())) in findRematerializableChainToBasePointer()
1830 assert(CI->isNoopCast(CI->getModule()->getDataLayout()) && in chainToBasePointerCost()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2040 bool CastInst::isNoopCast(Instruction::CastOps Opcode, in isNoopCast() function in CastInst
2069 bool CastInst::isNoopCast(Type *IntPtrTy) const { in isNoopCast() function in CastInst
2070 return isNoopCast(getOpcode(), getOperand(0)->getType(), getType(), IntPtrTy); in isNoopCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp505 if (CI->isNoopCast(DL)) { in combineLoadToOperationType()
DInstCombineCompares.cpp644 if (!CI->isNoopCast(DL)) in canRewriteGEPAsOffset()
871 if (!CI->isNoopCast(DL)) in getAsConstantIndexedAddress()
877 if (!CI->isNoopCast(DL)) in getAsConstantIndexedAddress()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp95 if (Cast->isNoopCast(TD.getIntPtrType(Cast->getContext())) && in hasTrivialKill()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp145 if (Cast->isNoopCast(DL.getIntPtrType(Cast->getContext())) && in hasTrivialKill()