Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp535 NonLoc CastVal = makeNonLoc(se, originalTy, castTy); in evalIntegralCast() local
536 return CastVal; in evalIntegralCast()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4870 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, MidVT, Val); in PromoteNode() local
4878 CastVal, IdxOffset); in PromoteNode()
4902 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, MidVT, Val); in PromoteNode() local
4906 NewElts.push_back(CastVal); in PromoteNode()
4918 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NVT, AM->getVal()); in PromoteNode() local
4927 { AM->getChain(), AM->getBasePtr(), CastVal }, in PromoteNode()
H A DLegalizeFloatTypes.cpp2533 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP() local
2534 EVT CastVT = CastVal.getValueType(); in BitcastToInt_ATOMIC_SWAP()
2539 { AM->getChain(), AM->getBasePtr(), CastVal }, in BitcastToInt_ATOMIC_SWAP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2964 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NewVT, Val); in performStoreCombine() local
2966 SDValue CastBack = DAG.getNode(ISD::BITCAST, SL, VT, CastVal); in performStoreCombine()
2970 return DAG.getStore(SN->getChain(), SL, CastVal, in performStoreCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3221 Value *CastVal = Builder.CreateBitOrPointerCast(V, VecIntTy); in createBitOrPointerCast() local
3222 return Builder.CreateBitOrPointerCast(CastVal, DstFVTy); in createBitOrPointerCast()