Home
last modified time | relevance | path

Searched refs:CastSrc (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1160 Value *CastSrc = CI->getOperand(0); in shouldOptimizeCast() local
1163 if (CI->getSrcTy() == CI->getDestTy() || isa<Constant>(CastSrc)) in shouldOptimizeCast()
1168 if (const auto *PrecedingCI = dyn_cast<CastInst>(CastSrc)) in shouldOptimizeCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1641 MetadataAsValue *CastSrc = wrapMD(I.getOperand(0)); in salvageDebugInfo() local
1643 DII->setOperand(0, CastSrc); in salvageDebugInfo()