Searched refs:remapConstant (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp52 Value *remapConstant(Module *M, Function *F, Constant *C,
121 i, remapConstant(&M, I, cast<Constant>(Operand), Builder));
207 Value *GenericToNVVM::remapConstant(Module *M, Function *F, Constant *C, function in class:GenericToNVVM
257 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder);
296 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder);

Completed in 111 milliseconds