Home
last modified time | relevance | path

Searched refs:NewCallerPAL (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1188 const AttrListPtr &NewCallerPAL = AttrListPtr::get(attrVec.begin(), in transformConstExprCastCall() local
1197 cast<InvokeInst>(NC)->setAttributes(NewCallerPAL); in transformConstExprCastCall()
1205 cast<CallInst>(NC)->setAttributes(NewCallerPAL); in transformConstExprCastCall()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2828 const AttributeSet &NewCallerPAL = AttributeSet::get(Callee->getContext(), in transformConstExprCastCall() local
2840 cast<InvokeInst>(NC)->setAttributes(NewCallerPAL); in transformConstExprCastCall()
2848 cast<CallInst>(NC)->setAttributes(NewCallerPAL); in transformConstExprCastCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4319 AttributeList NewCallerPAL = AttributeList::get( in transformConstExprCastCall() local
4336 NewCS.setAttributes(NewCallerPAL); in transformConstExprCastCall()