Home
last modified time | relevance | path

Searched defs:BitCast (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerStructArgs.cpp90 BitCastInst *BitCast = new BitCastInst( in handleParam() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUPromoteAlloca.cpp206 Value *BitCast = Builder.CreateBitCast(Alloca, VectorTy->getPointerTo(0)); in tryPromoteAllocaToVector() local
216 Value *BitCast = Builder.CreateBitCast(Alloca, VectorTy->getPointerTo(0)); in tryPromoteAllocaToVector() local
H A DSITypeRewriter.cpp87 Value *BitCast = Builder.CreateBitCast(Ptr, in visitLoadInst() local
H A DAMDGPUISelDAGToDAG.cpp433 SDValue BitCast = CurDAG->getNode(ISD::BITCAST, SDLoc(N), in Select() local
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml196 | BitCast Constructor
H A Dllvm.mli254 | BitCast Constructor
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go217 BitCast Opcode = C.LLVMBitCast const