Searched refs:UpgradeBitCastExpr (Results 1 – 3 of 3) sorted by relevance
85 Constant *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
4465 Constant *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr() function in llvm
1473 C = UpgradeBitCastExpr(BC->Opcode, ConstOps[0], BC->getType()); in materializeValue()