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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp908 /// CoerceIntOrPtrToIntOrPtr - Convert a value Val to the specific Ty where both
915 static llvm::Value *CoerceIntOrPtrToIntOrPtr(llvm::Value *Val, function
991 return CoerceIntOrPtrToIntOrPtr(Load, Ty, CGF);
1067 Src = CoerceIntOrPtrToIntOrPtr(Src, DstTy, CGF);

Completed in 109 milliseconds