Searched refs:UpgradeBitCastExpr (Results 1 – 3 of 3) sorted by relevance
80 Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
4007 Value *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr() function in llvm
2662 V = UpgradeBitCastExpr(Opc, Op, CurTy); in parseConstants()