Searched refs:remapConstant (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 41 Value *remapConstant(Module *M, Function *F, Constant *C, 96 i, remapConstant(&M, &F, cast<Constant>(Operand), Builder)); in runOnModule() 137 Value *GenericToNVVM::remapConstant(Module *M, Function *F, Constant *C, in remapConstant() function in GenericToNVVM 186 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantVectorOrConstantAggregate() 225 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantExpr()
|