Home
last modified time | relevance | path

Searched refs:CastVal (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp464 NonLoc CastVal = makeNonLoc(se, originalTy, castTy); in evalIntegralCast() local
465 return CastVal; in evalIntegralCast()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2280 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NewVT, Val); in performStoreCombine() local
2282 SDValue CastBack = DAG.getNode(ISD::BITCAST, SL, VT, CastVal); in performStoreCombine()
2286 return DAG.getStore(SN->getChain(), SL, CastVal, in performStoreCombine()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp4349 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, MidVT, Val); in PromoteNode() local
4357 CastVal, IdxOffset); in PromoteNode()
4381 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, MidVT, Val); in PromoteNode() local
4385 NewElts.push_back(CastVal); in PromoteNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp4673 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, MidVT, Val); in PromoteNode() local
4681 CastVal, IdxOffset); in PromoteNode()
4705 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, MidVT, Val); in PromoteNode() local
4709 NewElts.push_back(CastVal); in PromoteNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2827 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NewVT, Val); in performStoreCombine() local
2829 SDValue CastBack = DAG.getNode(ISD::BITCAST, SL, VT, CastVal); in performStoreCombine()
2833 return DAG.getStore(SN->getChain(), SL, CastVal, in performStoreCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2696 Value *CastVal = Builder.CreateBitOrPointerCast(V, VecIntTy); in createBitOrPointerCast() local
2697 return Builder.CreateBitOrPointerCast(CastVal, DstVTy); in createBitOrPointerCast()