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