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